[Exchange and share] python3.10-venv 安装报错
Tofloor
poster avatar
fallingstar-ten
deepin
2023-04-17 05:34
Author

错误信息如下:

正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成             
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
 python3.10-venv : 依赖: python3-pip-whl 但无法安装它
                   依赖: python3-setuptools-whl 但无法安装它
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2023-04-17 05:42
#1

用anaconda

Reply View the author
fallingstar-ten
deepin
2023-04-17 06:34
#2
神末shenmo

用anaconda

怎么说呢,就是不想用hhhh

Reply View the author
安洛
deepin
2023-04-17 06:56
#3

v23的仓库还有不少问题。

Reply View the author
星河挽月
deepin
2023-04-17 07:36
#4

python3不是自带venv么?如直接:

python3 -m venv myvenv

不就可以搭建自己虚拟环境了嘛

Reply View the author
deepinuser17
deepin
2023-04-17 07:44
#5

安装anaconda非常简单. 所有的软件都是安装在~/anaconda3里面.

'wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh'

'bash /tmp/Anaconda3-2023.03-Linux-x86_64.sh'
'source ~/.bashrc'
'conda info'

创建一个环境, 并激活这个环境, 例如dev23:

'conda create -n dev23'
'conda env list'
'condd activate dev23'
Reply View the author
神逰九州
deepin
2023-04-17 16:54
#6

我就简单地装了python3的IDLE。

Reply View the author
fuuko
deepin
2023-04-17 18:20
#7

人生苦短,我用docker

Reply View the author
151******07
deepin
2023-04-17 18:29
#8
fallingstar-ten

怎么说呢,就是不想用hhhh

用miniconda啊。

Reply View the author