问题一: python 报错 Missing dependencies for SOCKS support 解决方法
尝试了网上的方法,都不行。
对于我的windows系统来说,将设置-> 网络和Internet-> 代理中的“使用代理服务器”关了就行了。
问题二:如何在PyCharm中新建Project, 并使用已有的虚拟环境?
- 假设已经通过PyCharm创建了一个新的Project, 名字为“pythonProject02_copy” , 该文件夹中创建了一个新的虚拟环境文件夹“MachineLearning_02”。
- 将虚拟环境“MachineLearning_02”复制粘贴一下,并修改一下名字,为“MachineLearning_share”
- 新建一个新的Project, 名字为“pythonProject03_copy”。 在PyCharm中的Files->Settings -> Project:main03_copy-> Python Interpreter
Add Interpreter -> System Interpreter 选择 “MachineLearning_share”文件夹中的python.exe文件