I'm installing on Ubuntu and pip throws an error on install due to a missing readme file. Here is the error I am gettting:
Collecting cgmquantify
Using cached cgmquantify-0.5.tar.gz (4.6 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 "/tmp/pip-install-ms784f7n/cgmquantify_3fb9c5805f8f448fb3aface6a99b80a1/setup.py", line 9, in
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-ms784f7n/cgmquantify_3fb9c5805f8f448fb3aface6a99b80a1/README.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.
I'm installing on Ubuntu and pip throws an error on install due to a missing readme file. Here is the error I am gettting:
Collecting cgmquantify
Using cached cgmquantify-0.5.tar.gz (4.6 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 "/tmp/pip-install-ms784f7n/cgmquantify_3fb9c5805f8f448fb3aface6a99b80a1/setup.py", line 9, in
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-ms784f7n/cgmquantify_3fb9c5805f8f448fb3aface6a99b80a1/README.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.