-1
A
回答
0
假設DEAP沒有安裝,類型:
pip install deap
如果你得到的迴應
Collecting deap
Installing collected packages: deap
Successfully installed deap-1.0.2
然後,你剛剛安裝了deap,你準備好import
它進入你的項目。
如果您得到回覆,Requirement already satisfied (use --upgrade to upgrade): deap in ./Path/To/site-packages
,已經安裝了deap,並且您已準備好import
它。
相關問題
- 1. python spyder conda安裝失敗
- 2. 無法在Python spyder中安裝pandas-datareader
- 3. PyQt for spyder 2.2.0 python 2.7安裝
- 4. 如何安裝SCIP到Spyder(Python 3.6)
- 5. 沒有Anaconda的Spyder安裝
- 6. 安裝IbPy用於Spyder(anaconda)
- 7. 如何在Python IDE Spyder中安裝「graphics」python庫/模塊?
- 8. 蟒蛇+的Spyder +的Windows Tensorflow安裝
- 9. MacOS上的Spyder/Python安裝 - 非常令人沮喪
- 10. 安裝蟒蛇後的Spyder圖標
- 11. Python DEAP個人到AST
- 12. Conda爲python 3.3環境安裝spyder - Windows 10
- 13. 將GitHub python軟件包安裝到蟒蛇中,Spyder
- 14. 在mac上爲python3安裝spyder
- 15. Spyder pip安裝未找到:OSX
- 16. 如何在macports安裝後啓動spyder
- 17. 如何在Spyder(Anaconda 3)上安裝PIL?
- 18. 蟒蛇安裝後Spyder出錯
- 19. Python Spyder重置
- 20. Spyder Python縮進
- 21. 在安裝Python 3後安裝Python 2.7
- 22. 安裝MySQL後python安裝失敗-python
- 23. 安裝python ldap以單獨安裝python
- 24. 的Python安裝時PIP安裝的Gearman
- 25. 如何在Windows上使用pip爲Spyder(Python 3.5)安裝色彩映射
- 26. python python安裝包
- 27. Python中的Spyder IDE環境
- 28. 安裝python的安裝工具
- 29. 用python安裝python的python_select?
- 30. scikits.sparse安裝(或構建)失敗的窗口和anaconda(spyder)
你試過這些步驟和...? – Selcuk
當你嘗試你提到的步驟時究竟出了什麼問題? – user312016
您安裝**'deal' **並導入**'deap' ** ...也許如果您嘗試安裝**'deap' **? –