cs50/python-cs50

Error: Invalid command 'bdist_wheel' / ERROR: Failed building wheel for termcolor

Blackwidow-sudo opened this issue · 3 comments

Hi,
i was coding along with the Flask Lecture and therefore tried to install this lib instead of using python's own sqlite3 module, to make my life a bit easier^^

But when i did pip3 install cs50 (inside my froshims venv) i got this error:

cs50-error

It looks like its an issue with the termcolor package, though im not sure. Im not yet a python expert 😅

Which OS are you using? And does pip3 install wheel fix?

Which OS are you using? And does pip3 install wheel fix?

Sry i should've made an update:
I fixed it yesterday with pip3 install wheel

Im using Ubuntu on WSL2.

Good to know, we'll tweak the install process accordingly!