-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Cannot import underthesea 6.2.0 on macOS 10.11 with Python 3.9.16 #677
Comments
@BLKSerene Please show me how you install and the commands you used. I can run underthese 6.2.0 on MacOS 12.6.3 with Python 3.9.16 normally. My environement
|
@rain1024 I simply run The errors occurred upon: I did not test it on newer macOSes. This issue might be related to old macOS/OS X only. |
I think this issue is related with Can you give me the result when you run |
|
@BLKSerene Please run
and make sure your package will be
I think it will works well. On way to test it is you can create new seperated environement (with venv or conda) and install underthesea with
|
@rain1024 I tried setting up a clean virtual environment and install only the latest version of
|
Thanks for submitting your report. After taking a look at the error log, it seems like the issue is with In my machine,
I will conduct further investigation into this issue at a later time. |
@BLKSerene may be it related to #685 Please check with our latest version 6.5.0 |
@rain1024 Unfortunely, after upgrading to
Note: I ran macOS 10.11 on my x64-based computer, so it has nothing to do with ARM. |
@rain1024 Here are some updates after my investigation and hope it would help a bit. Although the official documentation lists macOS 10.7+ as the tier-1 support and "guaranteed to work", it seems that the development team does not have the CI resource to test them actively, as discussed in rust-lang/release-team#2 and rust-lang/compiler-team#556. So, is it possible for you to use an older version of Rust to build Or, is it possible to cross-compile Rust libraries to target at older macOSes (I don't use Rust, so I'm not sure)? |
@BLKSerene Thank you for looking into this. It's quite the tale! It reminds me to same issue #530 (when I try to support old version of CentOS) I'll certainly look into it later. |
More updates: I downloaded the source codes of Since compiling from source works, I suppose that the codes are fine and the issue lies in the way the wheel targeting macOS 10.7 is built.
|
Hi, when trying to import
underthesea
6.2.0 on macOS 10.11 with Python 3.9.16, it shows the following errors:If downgrade to
underthesea
6.1.1, everything is OK.The text was updated successfully, but these errors were encountered: