-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hiq-python installation problem #11
Comments
Update:
step 2
|
Same cause as this issue: #8 |
Please use |
Use py-itree 0.0.17 |
Can you please post your screenshot of you error? It works well for me as below:
|
same error, I find it is beacuse I have already installed itree (not py-itree)
|
Maybe same problem #8 |
It should work now with the latest version: https://github.com/juncongmoo/itree#installation |
My process
anaconda powershell
python 3.10
pip install pyllama
git clone https://github.com/juncongmoo/pyllama.git
cd pyllama
run inference => failure
pip install -r requirements.txt
get the following error
Using cached hiq_python-1.0.0-py3-none-any.whl (49 kB)
ERROR: Cannot install hiq-python==1.0.0, hiq-python==1.0.1, hiq-python==1.0.2, hiq-python==1.0.3, hiq-python==1.0.4, hiq-python==1.0.5, hiq-python==1.1.0, hiq-python==1.1.1, hiq-python==1.1.2, hiq-python==1.1.3, hiq-python==1.1.4, hiq-python==1.1.5, hiq-python==1.1.6, hiq-python==1.1.7 and hiq-python==1.1.8 because these package versions have conflicting dependencies.
The conflict is caused by:
hiq-python 1.1.8 depends on py-itree
hiq-python 1.1.7 depends on py-itree
hiq-python 1.1.6 depends on py-itree
hiq-python 1.1.5 depends on py-itree
hiq-python 1.1.4 depends on py-itree
hiq-python 1.1.3 depends on py-itree
hiq-python 1.1.2 depends on py-itree
hiq-python 1.1.1 depends on py-itree~=0.0.15
hiq-python 1.1.0 depends on py-itree~=0.0.15
hiq-python 1.0.5 depends on py-itree~=0.0.15
hiq-python 1.0.4 depends on py-itree~=0.0.15
hiq-python 1.0.3 depends on py-itree~=0.0.15
hiq-python 1.0.2 depends on py-itree~=0.0.14
hiq-python 1.0.1 depends on py-itree~=0.0.14
hiq-python 1.0.0 depends on py-itree~=0.0.14
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Things I've tried
pip install py-itree
=> "ERROR: No matching distribution found for py-itree"My thought now is that it's because python 3.10 is too far in the future?
Next steps: recreate environment with python 3.8, which I've seen referenced around, and try again.
The text was updated successfully, but these errors were encountered: