-
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
Error Installation #129
Comments
@hanhandata could you try to update your |
Hi @Secbone I will try |
python 3.10.12 |
Same happens for me.. Any solution? |
@septem9908 what is your |
@kulig1985 have some details? |
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 |
@hanhandata and all, I think I can end this issue There are two steps to solve this problem. Step1: If you're not sure what platform your MacOS is, arm64 is the key point. There are a lot of things not doing well on osx-arm64, like python 3.7 solution: highly-voted answer
The version of python doesn't matter your osx-arm64 changes to osx-64 Step2: Do not use still return error Use
PS: Source code I didn't try . This issue takes me a lot of time to solve it , wish you have a good day , dudes |
Hi @Secbone and All,
I have stuck about installation, do you know about error the below ?
Han
The text was updated successfully, but these errors were encountered: