Skip to content

Is it possible to install and configure presidio from a databricks environment without internet access? #1435

Discussion options

You must be logged in to vote

In case someone else comes across this, I found the solution was to download the wheel file from https://spacy.io/models/en upload it to dbfs, then copy it from dbfs to the file system (dbutils.fs.cp). then install it with:
!pip install /tmp/en_core_web_lg-3.7.1-py3-none-any.whl
after that presidio no longer tires to download en_core_web_lg when envoked.

Replies: 1 comment 2 replies

Comment options

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

@campbellwarren
Comment options

Answer selected by campbellwarren
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