Skip to content

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

Closed
@Blackwidow-sudo

Description

@Blackwidow-sudo

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 😅

Activity

dmalan

dmalan commented on Dec 14, 2021

@dmalan
Member

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

self-assigned this
on Dec 14, 2021
Blackwidow-sudo

Blackwidow-sudo commented on Dec 14, 2021

@Blackwidow-sudo
Author

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.

dmalan

dmalan commented on Dec 14, 2021

@dmalan
Member

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

added a commit that references this issue on Apr 22, 2024
d9a6315
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @dmalan@Blackwidow-sudo

      Issue actions

        Error: Invalid command 'bdist_wheel' / ERROR: Failed building wheel for termcolor · Issue #162 · cs50/python-cs50