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

ERROR: Command errored out with exit status 1: python setup.py egg_info #28

Open
devcshort opened this issue Oct 2, 2020 · 0 comments

Comments

@devcshort
Copy link

I'm trying to run step 3 of the installation steps so I can work on some updates to the styling. However I keep running in to this error when running pip install -r requirements.txt.

Python Version: 3.8.6
Pip Version: 20.2.3

     command: 'c:\users\chriss\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ChrisS\\AppData\\Local\\Temp\\pip-install-upoqhte7\\uwsgi\\setup.py'"'"'; __file__='"'"'C:\\Users\\ChrisS\\AppData\\Local\\Temp\\pip-install-upoqhte7\\uwsgi\\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 'C:\Users\ChrisS\AppData\Local\Temp\pip-pip-egg-info-brr1ei3d'
         cwd: C:\Users\ChrisS\AppData\Local\Temp\pip-install-upoqhte7\uwsgi\
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\ChrisS\AppData\Local\Temp\pip-install-upoqhte7\uwsgi\setup.py", line 3, in <module>
        import uwsgiconfig as uc
      File "C:\Users\ChrisS\AppData\Local\Temp\pip-install-upoqhte7\uwsgi\uwsgiconfig.py", line 8, in <module>
        uwsgi_os = os.uname()[0]
    AttributeError: module 'os' has no attribute 'uname'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.```

I've tried updating setuptools and uninstalled/reinstalled Python, but still no success. I'm thinking this may be a configuration issue on my end, but I'm not familiar enough with Python to know for sure.
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