Import broken python 3.9 #13408
Unanswered
SilverDew-sg
asked this question in
Help: Installation
Replies: 1 comment
-
Hi! Sorry to hear you're running into issues. This looks like an incompatibility between spaCy and Pydantic - which version of Pydantic do you have? Also - it looks like you're not using a virtual environment, I would highly recommend to do so because that will make your life easier in the long run. You would be able to just spin up a new env for different projects, not having to worry about dependencies between them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to reproduce the behaviour
import spacy
Your Environment
Beta Was this translation helpful? Give feedback.
All reactions