Closed cs-mshah closed 1 year ago
This is a known issue from sklearn due to the changes of pip install sklearn
to pip install scikit-learn
. To resolve the issue, please install Augraphy from the current repo instead of pypi using pip install git+https://github.com/sparkfish/augraphy
.
tried that. now even though augraphy appears in the pip list, I get ModuleNotFoundError: No module named 'augraphy'
Edit: resolved everything. the pip was not from the conda env
. so did conda install pip
. but it should have been, so I found that conda
wasn't updated so did conda update -n base -c defaults conda
I created a separate environment to run an augraphy pipeline on my server, but in spite of having 'sklearn' in the pip list, augraphy is throwing this error:
Here is the
pip list
output:This error did not come in my base environment in local pc. I tried reinstalling sklearn and augraphy both, but this error did not seem to go.