Closed RaunakKumarVerma closed 3 years ago
Hey,
Can you try to install python 3.6 with anaconda?
Use the following command:
conda create -n orion python=3.6
Hi @dyuliu, Thanks for the reply. I tried the command you mentioned and I was able to create an environment but I am still not able to install Orion using the command "pip install orion-ml".
ERROR: Failed cleaning build dir for lightfm
Failed to build lightfm
Installing collected packages: scikit-learn, pandas, lightfm, langdetect, Keras, iso639, featuretools, docutils, azure-common, tabulate, pyts, numba, mongoengine, mlprimitives, baytune, azure-cognitiveservices-anomalydetector, orion-ml
Attempting uninstall: scikit-learn
Found existing installation: scikit-learn 0.23.2
Uninstalling scikit-learn-0.23.2:
Successfully uninstalled scikit-learn-0.23.2
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\Users\Raunak\AppData\Local\Temp\pip-uninstall-iparmn1y\_check_build.cp36-win_amd64.pyd'
Consider using the --user
option or check the permissions.
Hi @RaunakKumarVerma , from the error log it turns out that the reason is on the Microsoft visual c++ version.
I am wondering maybe some of the dependencies of orion require you to have mv c++ version >=14.0. I hope this post may help you to resolve the problem. https://stackoverflow.com/questions/44951456/pip-error-microsoft-visual-c-14-0-is-required
hi @dyuliu, Thank you so much for your help. It is now installed successfully.
Description
I Tried installing this into my anaconda env for my college project but its not installing. Can you please help me solve the problem?
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
What I Did