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

attrdict missing from requirements.txt #8

Open
kagibson opened this issue Apr 21, 2023 · 0 comments
Open

attrdict missing from requirements.txt #8

kagibson opened this issue Apr 21, 2023 · 0 comments

Comments

@kagibson
Copy link

When installing requirements.txt using pip, I get the following error:

    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mjt2owsq/wxpython/setup.py'"'"'; __file__='"'"'/tmp/pip-install-mjt2owsq/wxpython/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-mjt2owsq/wxpython/pip-egg-info
         cwd: /tmp/pip-install-mjt2owsq/wxpython/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-mjt2owsq/wxpython/setup.py", line 27, in <module>
        from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
      File "/tmp/pip-install-mjt2owsq/wxpython/buildtools/config.py", line 30, in <module>
        from attrdict import AttrDict
    ModuleNotFoundError: No module named 'attrdict'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

This is solved by installing attrdict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant