-
Notifications
You must be signed in to change notification settings - Fork 0
Description
By using the command
pip install evaLEs
an error occurs:
Defaulting to user installation because normal site-packages is not writeable
Collecting evaLEs
Downloading evaLEs-0.1.3.tar.gz (16 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/0w/2x_01v1d2f3bz47d2cqxgcqr0000gn/T/pip-install-o3x72t59/evales_95c67445de9946428bdf6b2af56982eb/setup.py", line 6, in
with open('HISTORY.md') as history_file:
FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.md'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.