rawandahmad698 / PyChatGPT

⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
MIT License
4.22k stars 447 forks source link

[BUG] ERROR: Could not find a version that satisfies the requirement chatgptpy (from versions: none) #101

Closed pengzhangzhi closed 1 year ago

pengzhangzhi commented 1 year ago

Trying to install pip install chatgptpy --upgrade could not find a package from https://pypi.org/simple, https://pypi.ngc.nvidia.com

$ pip install chatgptpy --upgrade
WARNING: Ignoring invalid distribution -iopython (/user/pengzhangzhi/anaconda3/envs/torch/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iopython (/user/pengzhangzhi/anaconda3/envs/torch/lib/python3.8/site-packages)
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement chatgptpy (from versions: none)
ERROR: No matching distribution found for chatgptpy
WARNING: Ignoring invalid distribution -iopython (/user/pengzhangzhi/anaconda3/envs/torch/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iopython (/user/pengzhangzhi/anaconda3/envs/torch/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iopython (/user/pengzhangzhi/anaconda3/envs/torch/lib/python3.8/site-packages)
UluuGashim048 commented 1 year ago

Same issue

rawandahmad698 commented 1 year ago

Upgrade to Python 3.9 or greater