Skip to content

Installing on Synapse Spark Pool #846

Answered by ghost
ghost asked this question in Q&A
Mar 23, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

I found a more detailed error message in the StdOut (I was looking in stderr before). Looks like I have a version conflict with en_core_web_lg (I'm using v3.0.0)

The conflict is caused by:
    en-core-web-lg 3.0.0 depends on spacy<3.1.0 and >=3.0.0
    presidio-analyzer 2.2.27 depends on spacy>=3.2.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

I'm going to try upgrading the en-core-web-lg whl file to 3.2.0 and see if that helps.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@omri374
Comment options

@ghost
Comment options

@rabbyn
Comment options

@rabbyn
Comment options

@omri374
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants