bots-edi / bots

Bots EDI Translator
GNU General Public License v3.0
131 stars 83 forks source link

Preparing metadata (setup.py) ... error error: subprocess-exited-with-error #86

Open dinesh1299 opened 1 month ago

dinesh1299 commented 1 month ago

I'm getting this issue while installing bots

pip install bots Collecting bots Downloading bots-3.3.0.tar.gz (479 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.0/479.0 kB 1.1 MB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-uook0ulr/bots_df9a6eb007184fe698c8ecaf7e57dd70/setup.py", line 53, in read('readme.rst') + File "/tmp/pip-install-uook0ulr/bots_df9a6eb007184fe698c8ecaf7e57dd70/setup.py", line 46, in read with io.open(fn, encoding=kwargs.get('encoding', 'utf8')) as fd: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-uook0ulr/bots_df9a6eb007184fe698c8ecaf7e57dd70/readme.rst' [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.

Aclopes commented 1 week ago

I have the same problem. Is there any package that needs to be installed first?