AttributeError: module 'cupy' has no attribute 'cublas' #10277
-
Hi there, does anyone know the answer to this question? I tried different versions of cupy-cuda110 but it did not work so far. Below you can see the unexpected information. Hope someone can address it, thanks! aiofiles 0.8.0 (pytorch) C:\Users\Jayshow\PycharmProjects\spacy_transform>python -m spacy train textcatcorpus\config.cfg --output ./textcatoutput --paths.train =========================== Initializing pipeline =========================== ============================= Training pipeline ============================= ⚠ Aborting and saving the final best model. Encountered exception: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Based on the errors and warnings here it seems like there's something wrong with your environment.
You should figure out where that's coming from and fix it.
This makes it look like something is wrong with your numpy or pytorch installs? Can you start over in a fresh environment and follow the instructions here? You shouldn't have to try different versions of cuda-cupy - you should just get one that matches your cuda version and pip should install the latest compatible one. |
Beta Was this translation helpful? Give feedback.
-
This helped me: explosion/thinc#920
|
Beta Was this translation helpful? Give feedback.
This helped me: explosion/thinc#920
pip install thinc==8.2.3