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

install with pip throws exception #4

Open
vladox opened this issue Mar 30, 2021 · 0 comments
Open

install with pip throws exception #4

vladox opened this issue Mar 30, 2021 · 0 comments

Comments

@vladox
Copy link

vladox commented Mar 30, 2021

Collecting django-custom-cache-page
Downloading https://wheels.aldryn.net/v1/pypi/aldryn-baseproject-v4-py36/%2Bsimple/django-custom-cache-page/0.3/download/342080/django-custom-cache-page-0.3.tar.gz (4.4 kB)
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lliuwd14/django-custom-cache-page/setup.py'"'"'; file='"'"'/tmp/pip-install-lliuwd14/django-custom-cache-page/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-mp2rxp_a
cwd: /tmp/pip-install-lliuwd14/django-custom-cache-page/
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-lliuwd14/django-custom-cache-page/setup.py", line 6, in
with open('HISTORY.md') as history_file:
FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.md'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

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