Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting requirements to build wheel did not run successfully #17

Open
alrepin opened this issue May 1, 2023 · 1 comment
Open

Getting requirements to build wheel did not run successfully #17

alrepin opened this issue May 1, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@alrepin
Copy link

alrepin commented May 1, 2023

Hi! On pip install --upgrade --user yt-dlg
got

File "/tmp/pip-install-lm215c6d/wxpython_c4bfedc50ff945ce9fe09ef38b170589/buildtools/config.py", line 30, in <module>
          from attrdict import AttrDict
      ModuleNotFoundError: No module named 'attrdict'

but

pip list | grep attrdict
attrdict                      2.0.1
@oleksis
Copy link
Contributor

oleksis commented May 2, 2023

This is a know issue from wxPython 4.2.0 from PyPI, you can read more : wxWidgets/Phoenix#2225

You can install first the wheel for wxPython from the Notes

wxPython Windows artifacts for Python 3.7 to 3.11

@oleksis oleksis added the documentation Improvements or additions to documentation label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants