Jimver / cuda-toolkit

GitHub Action to install CUDA
MIT License
150 stars 54 forks source link

Dependency error installing library that uses cudatoolkit #349

Open networks1 opened 4 months ago

networks1 commented 4 months ago

Trying to install NewsSentiment[cuda] on Ubuntu in a fresh mamba environment with Python 3.8. This yields an error

newssentiment[cuda] 1.1.25 depends on cudatoolkit==10.1; extra == "cuda"

which repeats through versions down to newssentiment[cuda] 1.0.0. If I install cudatoolkit 10.1 using conda, I get the same errors.

I reported the issue over there, asking the dev if he's certain the cuda support is working. He said "Yep, cudatoolkit should be working fine. looks like an error related to cudatoolkit, so ill suggest to open an issue over there."

So that's what I'm doing. Any idea how to fix?