You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run nlp.install() with nlp.settings.enforce_versions=False
In cloud environment we use,
from johnsnowlabs import nlp
nlp.settings.enforce_versions=False
nlp.install(ocr_secret={ocr_secret}, enterprise_nlp_secret={nlp_jsl_secret}, visual=True)
Observed Behavior
During installation, numpy package is updated instead of reusing the existing numpy==1.22.4.
Note: This doesn't happen with nlp.settings.enforce_versions=True
Expected Behavior
The numpy package should be reused.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
nlp.install()
withnlp.settings.enforce_versions=False
In cloud environment we use,
Observed Behavior
During installation, numpy package is updated instead of reusing the existing numpy==1.22.4.
Note: This doesn't happen with nlp.settings.enforce_versions=True
Expected Behavior
The numpy package should be reused.
The text was updated successfully, but these errors were encountered: