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
I was trying to install minichatgpt package on Linux Mint with Python3.10.6 and got error:
Defaulting to user installation because normal site-packages is not writeable
Collecting minichatgpt
Using cached minichatgpt-0.0.1a0.tar.gz (27 kB)
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 "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-nsvzeo66/minichatgpt_1d4914a519824bea90e672a5b8a3fa07/setup.py", line 21, in <module>
version=fetch_version(),
File "/tmp/pip-install-nsvzeo66/minichatgpt_1d4914a519824bea90e672a5b8a3fa07/setup.py", line 15, in fetch_version
with open('version.txt', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'version.txt'
[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
The text was updated successfully, but these errors were encountered:
Having a similar issue when runninig pip install minichatgpt
Processing /home/hawking/Documents/minichatgpt
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 "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/hawking/Documents/minichatgpt/setup.py", line 2, in <module>
from hiq import read_file
ModuleNotFoundError: No module named 'hiq'
[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.
Hey,
I was trying to install minichatgpt package on Linux Mint with Python3.10.6 and got error:
The text was updated successfully, but these errors were encountered: