DiptoChakrabarty / DiptoChakrabarty/Resume-Generator
ERROR: Command errored out with exit status 1: python setup.py egg_info
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 43
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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`
```ERROR: Command errored out with exit status 1:
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 "", line 1, in
File "C:\Users\ChrisS\AppData\Local\Temp\pip-install-upoqhte7\uwsgi\setup.py", line 3, in
import uwsgiconfig as uc
File "C:\Users\ChrisS\AppData\Local\Temp\pip-install-upoqhte7\uwsgi\uwsgiconfig.py", line 8, in
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing `pip install -r requirements.txt` with Python 3.8.6 on Windows and inspect the `uwsgi` entry in requirements.txt, along with the reported setup.py and uwsgiconfig.py traceback. Done means the project dependencies install successfully in the documented environment, or the issue clearly records the unsupported configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100