[software development] 【求助】pipenv 创建 虚拟环境报错
Tofloor
poster avatar
kxmc
deepin
2024-07-30 12:46
Author

4909197072.jpg

请问有大佬知道怎么搞么?

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2024-07-30 13:18
#1

看报错像是你系统里没安装 python2

Reply View the author
kxmc
deepin
2024-07-30 13:21
#2
deepin-superuser

看报错像是你系统里没安装 python2

安装了的。

image.png

Reply View the author
deepin-superuser
deepin
2024-07-30 13:34
#3

python -V 看看呢?会不会默认的 python 版本不是3.12,而是你这个2.7

Reply View the author
流浪的加菲
deepin
2024-07-30 13:36
#4

我也不懂你这在干啥,但是python虚拟环境的话,刚好我最近研究过:

如何在Linux deepin上进行Python的多版本安装和管理

Reply View the author
kxmc
deepin
2024-07-30 13:41
#5
流浪的加菲

我也不懂你这在干啥,但是python虚拟环境的话,刚好我最近研究过:

如何在Linux deepin上进行Python的多版本安装和管理

我需要一个 python2 的虚拟环境运行脚本。网上查了可以使用pipenv,就想着用pipenv创建。😭

Reply View the author
kxmc
deepin
2024-07-30 13:43
#6
deepin-superuser

python -V 看看呢?会不会默认的 python 版本不是3.12,而是你这个2.7

image.png

Reply View the author
kxmc
deepin
2024-07-30 13:47
#7
流浪的加菲

我也不懂你这在干啥,但是python虚拟环境的话,刚好我最近研究过:

如何在Linux deepin上进行Python的多版本安装和管理

想干这个:

image.png

Reply View the author
流浪的加菲
deepin
2024-07-30 13:59
#8
kxmc

想干这个:

image.png

这样的haul,感觉Anaconda比较适合你的需求doubt

Reply View the author
kxmc
deepin
2024-07-30 14:04
#9
流浪的加菲

这样的haul,感觉Anaconda比较适合你的需求doubt

哎,公司不让用,会涉及商用问题。😭

Reply View the author
安洛
deepin
2024-07-30 16:48
#10

我感觉是这个软件的bug。它明明用了python2来创建venv,然而创建过程中却调用了python3.12的包。

Reply View the author
放屁大王
deepin
2024-07-30 18:56
#11

like

Reply View the author
阿白
deepin
2024-07-31 03:19
#12
kxmc

哎,公司不让用,会涉及商用问题。😭

那真的可惜Anaconda好用的一批,我一直使用。

Reply View the author