-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os 系统安装错误,编译错误 #134
Comments
不行,安装失败,python 也是3.9的 ERROR: toad-0.1.3-cp39-cp39-macosx_11_0_x86_64.whl is not a supported wheel on this platform. |
@bailixuance 你是 M1 版本的 Mac 么?如果是的话,可能暂时没有预先编译好的版本。不过还有一个方案可以试一下: 升级 我最近会尝试编译 如果你愿意帮助我的话,也可以成为开发者一起发布新版本的包 😄 |
系统不是M1的,是常规 intel cpu。 试了下,更新了cython、numpy 到最新版本也不行,pip install toad 或者安装离线 whl 包都不行,环境如下: python=3.9.7
cython=3.0.6
numpy=1.26.2 时间充足的话,可以给你测试下什么的,哈哈😄 |
@bailixuance 我本地用同样的环境测试了一下可以正常编译,上面的 whl 文件也是正常安装 |
好奇怪,在base 环境中,直接 pip install toad,会去下载 toad-0.1.3.tar.gz 包,然后编译失败。直接安装 whl 包,也是编译失败。cython, numpy 确认都是最新的。 换了一个环境,也是Python 3.9.7,直接pip install toad, 反而去下载 whl 包,然后安装成功: Collecting toad
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2a/1e/c2a46acb887f7d65d315efb99fee2c41e4678b3bc741ff554c6b42bb1d8c/toad-0.1.3-cp39-cp39-macosx_11_0_x86_64.whl (14.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 30.6 MB/s eta 0:00:00
Installing collected packages: toad
Successfully installed toad-0.1.3 这个环境中,甚至都没有安装cython,numpy 也不是最新的。在这个环境中直接安装 离线whl包也是没问题的。 |
os: openeuler-arm64 1、下载toad-0.1.3.tar.gz 并解压到/tmp 目录下 2、 pip --version 找到python site-packages 路径 3、将解压后的toad下所有的文件拷贝到site-packages 路径下 4、到site-packages 路径下 pip install toad 5、到任意目录下执行python -c "import toad ;print(toad.version)" 6、注意: 如果不将toad 放到python site-packages目录下,是无法在任意目录import toad |
方法可行 |
在 mac os 系统中安装 toad 不成功,编译错误
在Python 3.9 下,0.1.2、0.1.3 两个版本均安装不成功
在python 3.8 下,0.1.2 安装成功,0.1.3 安装失败
系统信息#
uname -a Darwin MacBook-Pro.local 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
python3.9.7 下安装toad-0.1.3报错如下:
python3.9.7 下安装toad-0.1.2报错如下:
python3.8.18 下安装toad-0.1.3报错如下:
The text was updated successfully, but these errors were encountered: