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

pip install errors #2

Open
witten opened this issue Oct 14, 2019 · 1 comment
Open

pip install errors #2

witten opened this issue Oct 14, 2019 · 1 comment

Comments

@witten
Copy link

witten commented Oct 14, 2019

This is in a virtualenv, which is why I'm using --no-user:

$ pip install brief --no-user
Collecting brief
  Downloading https://files.pythonhosted.org/packages/be/4f/aa79574c534b76183178ae167bd0772836dadfe1835a546292c8cf37a750/brief-0.0.1.tar.gz
    ERROR: Command errored out with exit status 1:
     command: /home/witten/Downloads/test/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-9z4ipgr2/brief/setup.py'"'"'; __file__='"'"'/tmp/pip-install-9z4ipgr2/brief/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-9z4ipgr2/brief/pip-egg-info
         cwd: /tmp/pip-install-9z4ipgr2/brief/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-9z4ipgr2/brief/setup.py", line 10, in <module>
        with open("requirements.txt", "r") as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I'll just leave this here: https://caremad.io/posts/2013/07/setup-vs-requirement/

Environment: Python 3.7.4, virtualenv 16.1.0, Manjaro Linux stable

@NareshBisht
Copy link

Same with me

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

2 participants