gpt4 book ai didi

python - 通过 pip install h5pyViewer 安装 h5pyViewer 时出错

转载 作者:行者123 更新时间:2023-12-04 18:39:06 26 4
gpt4 key购买 nike

我正在尝试使用 pip install h5pyViewer 安装 h5pyViewer但它给出了一个错误。Collecting h5pyViewer Using cached h5pyViewer-0.0.1.6.tar.gz (74 kB) ERROR: Command errored out with exit status 1: command: /home/madhur/miniconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kx4npfnx/h5pyviewer/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kx4npfnx/h5pyviewer/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9tb86g5b cwd: /tmp/pip-install-kx4npfnx/h5pyviewer/ Complete output (6 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-kx4npfnx/h5pyviewer/setup.py", line 82 print ':'+ver+':'+gitcmt+':' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(':'+ver+':'+gitcmt+':')? ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.Python 版本是 3.8.2
pip 版本是 20.2.4
Ubuntu 20.04.2 LTS

最佳答案

h5pyViewer 0.0.1.6于 2015 年 11 月 5 日发布到 PyPI。代码显然是 Python2-only。该问题已在提交 5229b39 中的 git 存储库中修复。在 2018 年 11 月 12 日。
不幸的是,由于 octal 0755 ,它仍然与 Python3 不兼容。和 other compatibility problems .底线:它仍然是 Python2-only。
有一个fork已针对 Python 3 进行了更新。您可以尝试一下:

pip install git+https://github.com/Eothred/h5pyViewer.git

关于python - 通过 pip install h5pyViewer 安装 h5pyViewer 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66260256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com