Skip to content
Discussion options

You must be logged in to vote

Hi @robertpfaff , it seems that there's a conflict between (1) the model version Streamlit is looking for and (2) the one installed in the environment.

The likely explanation is that it's an environment problem. For example, this error message looks for en_core_web_sm-2.2.0, but we have en_core_web_sm-3.1.0 installed as shown in the validate command (based from your first image):

OSError: [E053] 
Could not read config.cfg from C:\Users\rober\AppData\Local\Programs\Python\Python310\lib\site-packages\en_core_web_sm\en_core_web_sm-2.2.0\config.cfg

The paths also look different. In the validate command, we have C:\Users\rober\AppData\Local\Programs\Python\Python39 but in the traceback, we have

Replies: 1 comment 2 replies

Comment options

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

@polm
Comment options

Answer selected by robertpfaff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party Third-party packages and services
3 participants