我在PythonAnywhere中安裝了xgboost,它顯示成功,但是當我在腳本中導入它時,給出了一個錯誤,提示「找不到模塊xgboost」。可能是什麼原因?Xgboost在pythonAnywhere中給出導入錯誤
0
A
回答
1
您可能已經安裝了與您正在運行的版本不同的Python版本。
0
在我的情況下,我使用Anaconda2並通過git安裝了xgboost。一切正常,但試圖使用進口xgboost我得到這個消息:
無模塊xgboost發現
當我運行pip install xgboost
我得到的信息是一切正常,並安裝xgboost。
我去了../Anaconda2/Lib/site-package
,看到一個文件夾xgboost-0.6-py2.7.egg
,裏面還有另一個xgboost
。我只是複製這個文件夾xgboost
並將其粘貼到../Anaconda2/Lib/site-package
內。現在它的工作=)
相關問題
- 1. 在python中導入xgboost導致錯誤
- 2. 在anaconda中導入xgboost錯誤?
- 3. PythonAnywhere計劃任務導入錯誤
- 4. XGBoost模型上的GridSearchCV給出錯誤
- 5. 在Python中導入vim給出錯誤
- 6. Java導入給出錯誤
- 7. svn導入給出錯誤
- 8. pytesser給出導入錯誤
- 9. PythonAnywhere Django請求導入錯誤,儘管它被列出
- 10. 截圖()給出:導入錯誤:在kivy
- 11. pythonanywhere 404錯誤
- 12. PythonAnywhere WSGI錯誤
- 13. 嘗試導入CSV,MySQL給出錯誤
- 14. 導入WSDL文件給出錯誤
- 15. Magento導入產品給出錯誤
- 16. svn導入命令給出錯誤?
- 17. 在OpenACC中使用F2Py在Python中給出導入錯誤
- 18. Pythonanywhere - 導入錯誤:沒有模塊名爲「myapp.settings」
- 19. NaN的錯誤xgboost
- 20. XGBoost安裝錯誤
- 21. Lodash導入在Node.js項目中給出錯誤
- 22. 在python中導入請求會給出錯誤
- 23. xgboost使用R xgb.importance拋出錯誤
- 24. PythonAnywhere wsgi部署錯誤
- 25. 混入給出錯誤
- 26. Highcharts導出模塊給出錯誤
- 27. OpenERP中繼服務器給出導入錯誤psutil
- 28. Sqoop eval正在工作,但sqoop導入給出了錯誤
- 29. passlib.hash導入sha256_crypt在使用py2exe編譯時給出錯誤
- 30. 導入excel文件在熊貓給出錯誤