fhamborg / NewsMTSC

Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
Other
140 stars 21 forks source link

NewsSentiment cuda] instal failing on dependency to cudatoolkit =10.1 #34

Closed networks1 closed 11 months ago

networks1 commented 12 months ago

Trying to install NewsSentiment[cuda] via pip3 in a fresh mamba environment with Python 3.8. This yields

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

with that error repeated through versions down to newssentiment[cuda] 1.0.0

If I install cudatoolkit=10.1 using conda, I get the same error. Is the [cuda] version known to be working and installable?

fhamborg commented 11 months ago

yep, cudatoolkit should be working fine. looks like an error related to cudatoolkit, so ill suggest to open an issue over there