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
While trying to install ChatRTX via GeForce, I get an error like this in the logs.
pip install "C:\Users\PC\AppData\Local\Temp\ChatRTXInstaller\ChatRTX\ChatRTX-0.4.0-py3-none-any.whl"
Processing c:\users\PC\appdata\local\temp\chatrtxinstaller\chatrtx\chatrtx-0.4.0-py3-none-any.whl
Collecting llama-index==0.10.34 (from ChatRTX==0.4.0)
Using cached llama_index-0.10.34-py3-none-any.whl.metadata (11 kB)
Collecting llama-index-vector-stores-faiss==0.1.2 (from ChatRTX==0.4.0)
Using cached llama_index_vector_stores_faiss-0.1.2-py3-none-any.whl.metadata (660 bytes)
Collecting llama-index-embeddings-huggingface==0.2.0 (from ChatRTX==0.4.0)
Using cached llama_index_embeddings_huggingface-0.2.0-py3-none-any.whl.metadata (725 bytes)
Collecting faiss-cpu==1.7.4 (from ChatRTX==0.4.0)
Using cached faiss_cpu-1.7.4-cp310-cp310-win_amd64.whl.metadata (1.4 kB)
Collecting Flask==2.3.3 (from ChatRTX==0.4.0)
Using cached flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
Collecting flask-marshmallow==0.15.0 (from ChatRTX==0.4.0)
Using cached flask_marshmallow-0.15.0-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting Flask-Migrate==4.0.4 (from ChatRTX==0.4.0)
Using cached Flask_Migrate-4.0.4-py3-none-any.whl.metadata (3.1 kB)
Collecting numpy==1.24.0 (from ChatRTX==0.4.0)
Using cached numpy-1.24.0-cp310-cp310-win_amd64.whl.metadata (5.6 kB)
Collecting pydantic==2.3.0 (from ChatRTX==0.4.0)
Using cached pydantic-2.3.0-py3-none-any.whl.metadata (148 kB)
Collecting pydantic-core==2.6.3 (from ChatRTX==0.4.0)
Using cached pydantic_core-2.6.3-cp310-none-win_amd64.whl.metadata (6.6 kB)
Collecting pydantic-settings==2.0.3 (from ChatRTX==0.4.0)
Using cached pydantic_settings-2.0.3-py3-none-any.whl.metadata (2.9 kB)
Collecting pypdf==4.0.1 (from ChatRTX==0.4.0)
Using cached pypdf-4.0.1-py3-none-any.whl.metadata (7.4 kB)
Collecting pypdf2==3.0.1 (from ChatRTX==0.4.0)
Using cached pypdf2-3.0.1-py3-none-any.whl.metadata (6.8 kB)
Collecting tiktoken==0.3.3 (from ChatRTX==0.4.0)
Using cached tiktoken-0.3.3-cp310-cp310-win_amd64.whl.metadata (5.4 kB)
Collecting mpi4py==3.1.5 (from ChatRTX==0.4.0)
Using cached mpi4py-3.1.5-cp310-cp310-win_amd64.whl.metadata (8.0 kB)
Collecting psutil==5.9.7 (from ChatRTX==0.4.0)
Using cached psutil-5.9.7-cp37-abi3-win_amd64.whl.metadata (22 kB)
Requirement already satisfied: pynvml>=11.5.0 in c:\program files\nvidia corporation\chatrtx\env_nvd_rag\lib\site-packages (from ChatRTX==0.4.0) (11.5.3)
Collecting datasets==2.14.6 (from ChatRTX==0.4.0)
Using cached datasets-2.14.6-py3-none-any.whl.metadata (19 kB)
Collecting rouge-score~=0.1.2 (from ChatRTX==0.4.0)
Using cached rouge_score-0.1.2.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting docx2txt==0.8 (from ChatRTX==0.4.0)
Using cached docx2txt-0.8.tar.gz (2.8 kB)
Preparing metadata (setup.py) ... done
Collecting soundfile==0.12.1 (from ChatRTX==0.4.0)
Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
INFO: pip is looking at multiple versions of chatrtx to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement ctype==7.4.2 (from chatrtx) (from versions: 0.0.0)
ERROR: No matching distribution found for ctype==7.4.2
The text was updated successfully, but these errors were encountered:
I get the same issue, and am disappointed they have not solved it yet; because it is apparently a typo in the requirements file. Just remove the ctype requirement from the requirements files and the wheel, because it is built into Python.
Hello,
While trying to install ChatRTX via GeForce, I get an error like this in the logs.
pip install "C:\Users\PC\AppData\Local\Temp\ChatRTXInstaller\ChatRTX\ChatRTX-0.4.0-py3-none-any.whl"
Processing c:\users\PC\appdata\local\temp\chatrtxinstaller\chatrtx\chatrtx-0.4.0-py3-none-any.whl
Collecting llama-index==0.10.34 (from ChatRTX==0.4.0)
Using cached llama_index-0.10.34-py3-none-any.whl.metadata (11 kB)
Collecting llama-index-vector-stores-faiss==0.1.2 (from ChatRTX==0.4.0)
Using cached llama_index_vector_stores_faiss-0.1.2-py3-none-any.whl.metadata (660 bytes)
Collecting llama-index-embeddings-huggingface==0.2.0 (from ChatRTX==0.4.0)
Using cached llama_index_embeddings_huggingface-0.2.0-py3-none-any.whl.metadata (725 bytes)
Collecting faiss-cpu==1.7.4 (from ChatRTX==0.4.0)
Using cached faiss_cpu-1.7.4-cp310-cp310-win_amd64.whl.metadata (1.4 kB)
Collecting Flask==2.3.3 (from ChatRTX==0.4.0)
Using cached flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
Collecting flask-marshmallow==0.15.0 (from ChatRTX==0.4.0)
Using cached flask_marshmallow-0.15.0-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting Flask-Migrate==4.0.4 (from ChatRTX==0.4.0)
Using cached Flask_Migrate-4.0.4-py3-none-any.whl.metadata (3.1 kB)
Collecting numpy==1.24.0 (from ChatRTX==0.4.0)
Using cached numpy-1.24.0-cp310-cp310-win_amd64.whl.metadata (5.6 kB)
Collecting pydantic==2.3.0 (from ChatRTX==0.4.0)
Using cached pydantic-2.3.0-py3-none-any.whl.metadata (148 kB)
Collecting pydantic-core==2.6.3 (from ChatRTX==0.4.0)
Using cached pydantic_core-2.6.3-cp310-none-win_amd64.whl.metadata (6.6 kB)
Collecting pydantic-settings==2.0.3 (from ChatRTX==0.4.0)
Using cached pydantic_settings-2.0.3-py3-none-any.whl.metadata (2.9 kB)
Collecting pypdf==4.0.1 (from ChatRTX==0.4.0)
Using cached pypdf-4.0.1-py3-none-any.whl.metadata (7.4 kB)
Collecting pypdf2==3.0.1 (from ChatRTX==0.4.0)
Using cached pypdf2-3.0.1-py3-none-any.whl.metadata (6.8 kB)
Collecting tiktoken==0.3.3 (from ChatRTX==0.4.0)
Using cached tiktoken-0.3.3-cp310-cp310-win_amd64.whl.metadata (5.4 kB)
Collecting mpi4py==3.1.5 (from ChatRTX==0.4.0)
Using cached mpi4py-3.1.5-cp310-cp310-win_amd64.whl.metadata (8.0 kB)
Collecting psutil==5.9.7 (from ChatRTX==0.4.0)
Using cached psutil-5.9.7-cp37-abi3-win_amd64.whl.metadata (22 kB)
Requirement already satisfied: pynvml>=11.5.0 in c:\program files\nvidia corporation\chatrtx\env_nvd_rag\lib\site-packages (from ChatRTX==0.4.0) (11.5.3)
Collecting datasets==2.14.6 (from ChatRTX==0.4.0)
Using cached datasets-2.14.6-py3-none-any.whl.metadata (19 kB)
Collecting rouge-score~=0.1.2 (from ChatRTX==0.4.0)
Using cached rouge_score-0.1.2.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting docx2txt==0.8 (from ChatRTX==0.4.0)
Using cached docx2txt-0.8.tar.gz (2.8 kB)
Preparing metadata (setup.py) ... done
Collecting soundfile==0.12.1 (from ChatRTX==0.4.0)
Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
INFO: pip is looking at multiple versions of chatrtx to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement ctype==7.4.2 (from chatrtx) (from versions: 0.0.0)
ERROR: No matching distribution found for ctype==7.4.2
The text was updated successfully, but these errors were encountered: