Skip to content
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

toad0.1.1在服务器内核为aarch64上安装失败 #116

Open
hejingping123 opened this issue Mar 6, 2023 · 3 comments
Open

toad0.1.1在服务器内核为aarch64上安装失败 #116

hejingping123 opened this issue Mar 6, 2023 · 3 comments

Comments

@hejingping123
Copy link

我的python为3.9.8,在Linux的x86安装好了,然后根据安装好的依赖包的版本手动下载aarch64版本的,可是在内网把依赖包安装好后,toad安装一致报错

2f50a2e66703ea0fdca0a1cccb1fa9f

@hejingping123
Copy link
Author

求大佬指点一下

@chendong0120
Copy link

chendong0120 commented Mar 20, 2023

我这样安装没有问题: pip install git+https://github.com/amphibian-dev/toad.git@0.1.1#egg=toad

@DjokerR
Copy link

DjokerR commented Feb 23, 2024

os: openeuler-arm64
python: 3.9.17

1、下载toad-0.1.3.tar.gz 并解压到/tmp 目录下
tar -zxvf toad-0.1.3.tar.gz -C /tmp/

2、 pip --version 找到python site-packages 路径
比如我的是/opt/conda/lib/python3.9/site-packages

3、将解压后的toad下所有的文件拷贝到site-packages 路径下
cp -r /tmp/toad-0.1.3/* /opt/conda/lib/python3.9/site-packages

4、到site-packages 路径下 pip install toad
cd /opt/conda/lib/python3.9/site-packages && pip install toad

5、到任意目录下执行python -c "import toad ;print(toad.version)"

6、注意: 如果不将toad 放到python site-packages目录下,是无法在任意目录import toad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants