【发布时间】:2020-04-17 04:49:51
【问题描述】:
我在运行 Ubuntu 18.04.3 LTS 的计算机上内置了 python3。
我无法安装python3.6-venv。它显示以下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3.6-venv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3.6-venv' has no installation candidate
正如其他一些 SO 帖子所建议的那样,我也运行了 apt-get update,但问题仍然存在。请指教。
【问题讨论】:
-
用
pip安装怎么样?根据:virtualenv.pypa.io/en/latest/installation
标签: ubuntu apt-get python-venv