ImportError: cannot import name 'setup_default_warnings' #8650
Answered
by
adrianeboyd
Tortoise17
asked this question in
Help: Installation
-
I want to report you for this current version released yesterday 3.1.0
Please have a look if you can. How to reproduce the behaviourYour Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Jul 8, 2021
Replies: 1 comment
-
Hi, that looks like it might be a problem with your install. Can you try uninstalling spacy completely and reinstalling? If it still doesn't work, try it in a new venv to test? It looks like you're using conda, so if you were using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tortoise17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, that looks like it might be a problem with your install. Can you try uninstalling spacy completely and reinstalling? If it still doesn't work, try it in a new venv to test?
It looks like you're using conda, so if you were using
pip
, you can try installing spacy withconda install -c conda-forge spacy
instead.