flashgeotext dependecy #7715
-
Hi! I want to use spacy in a project where i use flashgeotext 0.3.0 which give me a dependency problem when installing en_core_web_sm. How should i aprroach this issue? are you planning to upgrade the model flashgeotext dependency? Log trace:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't completely understand what you're asking, but it looks like this is a conflict in dependency requirements between flashgeotext (which we do not maintain) and spaCy. For reference here's the flashgeotext repo: https://github.com/iwpnd/flashgeotext It looks like flashgeotext requires an older version pydantic than you have installed. Pinning to a single version is kind of unusual, maybe you can ping the flashgeotext devs about upgrading? I'm not familiar enough with pydantic to say for sure, but it seems like it might also be possible that despite the version requirements flashgeotext would just work with the newer version, so trying that might be worth a shot. |
Beta Was this translation helpful? Give feedback.
I don't completely understand what you're asking, but it looks like this is a conflict in dependency requirements between flashgeotext (which we do not maintain) and spaCy. For reference here's the flashgeotext repo:
https://github.com/iwpnd/flashgeotext
It looks like flashgeotext requires an older version pydantic than you have installed. Pinning to a single version is kind of unusual, maybe you can ping the flashgeotext devs about upgrading?
I'm not familiar enough with pydantic to say for sure, but it seems like it might also be possible that despite the version requirements flashgeotext would just work with the newer version, so trying that might be worth a shot.