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
Window10 Operation System and python version==3.6.8
I installed prism successfully, but when I was running, there was an error message.
I find this bug is due to the default installation scikit-learn 0.20.3 ,and the package has changed the cross_validation module after the 0.18 version. So I uninstalled and installed the 0.17.1 version of the scikit-learning package, and the problem was solved.
But when I run prism again, there was another error occurred in data reading. I guess it's due to gdal or rasterio package versions.
The default version of the package or Python installed (by conda xxx) may be quite different from the version used in the prism toolbox, so there may be other bugs at running.
Is there a more robust way to install prism? I think uploading environment files in where Toolbox can work and installing prism based on environment files may be a way.
The text was updated successfully, but these errors were encountered:
Window10 Operation System and python version==3.6.8
I installed prism successfully, but when I was running, there was an error message.
I find this bug is due to the default installation scikit-learn 0.20.3 ,and the package has changed the cross_validation module after the 0.18 version. So I uninstalled and installed the 0.17.1 version of the scikit-learning package, and the problem was solved.
But when I run prism again, there was another error occurred in data reading. I guess it's due to gdal or rasterio package versions.
The default version of the package or Python installed (by conda xxx) may be quite different from the version used in the prism toolbox, so there may be other bugs at running.
Is there a more robust way to install prism? I think uploading environment files in where Toolbox can work and installing prism based on environment files may be a way.
The text was updated successfully, but these errors were encountered: