小编Mat*_* D.的帖子

pip3 无法确定存档格式 - atlasplots 安装

我正在尝试安装 Atlas Plots,但出现一些错误。我尝试使用以下命令行安装它:

pip3 install https://github.com/joeycarter/atlas-plots
Run Code Online (Sandbox Code Playgroud)

但是当我运行它时,终端显示以下错误:

无法确定 /tmp/pip-req-build-o2c8xrmg 的存档格式

而这个命令行是软件站点安装教程中唯一可用的选项,即:

https://atlas-plots.readthedocs.io/en/latest/getting_started.html#installing-atlasplots

我的研究中需要这个地图集,所以我将不胜感激。

python pip

6
推荐指数
1
解决办法
1万
查看次数

我无法导入任何 python 模块,也无法使用 pip 安装任何模块

当我尝试导入使用 pip3 安装的任何模块时,系统只会向我发送大量文本。很抱歉我无法指定更好的内容,但我对 python 和 ubuntu 很陌生。我尝试了命令 pip3 list 然后我得到这个:

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
Run Code Online (Sandbox Code Playgroud)

之后,我得到了一些软件包及其版本的列表。我记得安装的软件包没有出现在列表中,例如NumPyrandom。我正在使用python 3.8pip 3

一切都很完美,但我尝试安装 Visual 或 python 模块,之后出现了错误。我想我尝试使用 pip 安装模块,然后使用 conda 安装模块。我不知道该怎么做。

python import module pip

3
推荐指数
1
解决办法
6509
查看次数

标签 统计

pip ×2

python ×2

import ×1

module ×1