官方希望把Python3.5删了,默认用3.6
Tofloor
poster avatar
baymax
deepin
2018-08-18 05:18
Author
我自己装了很多第三方库,命令行别的第三方库测试版本都是3.5,怎么不是3.6啊!!!编辑器调试时候运行不行了,发现了是Python版本有问题,希望把Python3.5删了,部署3.6就行了
Reply Favorite View the author
All Replies
avatar
baymax
deepin
2018-08-18 05:41
#1

conda install scrapy-redis装不了
Reply View the author
avatar
baymax
deepin
2018-08-18 05:44
#2

Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scrapy_redis
Traceback (most recent call last):
  File "", line 1, in
ModuleNotFoundError: No module named 'scrapy_redis'
>>>


Reply View the author
avatar
baymax
deepin
2018-08-18 05:45
#3

Python 3.5.4rc1 (default, Jul 25 2017, 08:53:34)
[GCC 6.4.0 20170704] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scrapy_redis
>>>



Reply View the author
avatar
baymax
deepin
2018-08-18 05:47
#4

都看看吧
Reply View the author
avatar
bnbvb
deepin
2018-08-18 05:56
#5
anaconda, miniconda, pyenv, docker 想要支持不同版本的 python,方法多的是呀。
Reply View the author
avatar
addhapp
deepin
2018-08-18 07:21
#6
可以删了软连接,新建一个软连接到python3.6上
Reply View the author
avatar
mutong
deepin
2018-08-18 18:21
#7
15.7是3.6
Reply View the author
avatar
zzn
deepin
2018-08-19 01:14
#8
建议先安装pyenv 然后再安装pipenv
Reply View the author