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

Missing setuptools package from requirements #48

Open
decates opened this issue Jul 27, 2020 · 0 comments
Open

Missing setuptools package from requirements #48

decates opened this issue Jul 27, 2020 · 0 comments

Comments

@decates
Copy link

decates commented Jul 27, 2020

Running 'pip install ratelimit', I get:

Defaulting to user installation because normal site-packages is not writeable
Collecting ratelimit
  Downloading ratelimit-2.2.1.tar.gz (5.3 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ciox4c_n/ratelimit/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ciox4c_n/ratelimit/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-pip-egg-info-bmunrntu
         cwd: /tmp/pip-install-ciox4c_n/ratelimit/
    Complete output (3 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named 'setuptools'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

It simply looks to me that setuptools is missing from the requirements.txt?
I can create a pull request for the change, but I'd have to guess which version is expected. Any suggestions?

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