You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like requirements.txt is not part of the package:
Collecting teampulls
Downloading https://files.pythonhosted.org/packages/76/7f/eafd3da9cdafb4f844f9588b416eab691459e4782c7a2559f03e688e8096/teampulls-0.1.tar.gz
ERROR: Command errored out with exit status 1:
command: /usr/local/opt/python@2/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-Al57EO/teampulls/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-Al57EO/teampulls/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 /private/tmp/pip-install-Al57EO/teampulls/pip-egg-info
cwd: /private/tmp/pip-install-Al57EO/teampulls/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-install-Al57EO/teampulls/setup.py", line 3, in <module>
with open('requirements.txt') as f:
IOError: [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.
The text was updated successfully, but these errors were encountered:
With 0.1.1 we ship the fix for #6, the missing requirements.txt in the
sdist tarbal.
twine is now part of the devel requirements and the makefile has tasks
for publishing to pypi.org
Looks like
requirements.txt
is not part of the package:The text was updated successfully, but these errors were encountered: