Closed
Description
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:
It looks like its an issue with the termcolor
package, though im not sure. Im not yet a python expert 😅
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
dmalan commentedon Dec 14, 2021
Which OS are you using? And does
pip3 install wheel
fix?Blackwidow-sudo commentedon Dec 14, 2021
Sry i should've made an update:
I fixed it yesterday with
pip3 install wheel
Im using Ubuntu on WSL2.
dmalan commentedon Dec 14, 2021
Good to know, we'll tweak the install process accordingly!
added wheel, fixes cs50#162