-
Notifications
You must be signed in to change notification settings - Fork 102
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
MacOS + pip3 - can non install JamSpell: swigBinary is not None #73
Comments
You need to install swig3 here
It worked for me! |
Just installed JamSpell and had some problems with that on MacOS 10.15.4. For me it was useful to add the following line in setup.py file after import file: os.environ['MACOSX_DEPLOYMENT_TARGET'] = '10.9' I used the branch tryFixMacInstall of JamSpell. |
Try to install brew from macports: |
Just FYI, The solution above (manually installing swig-3.0.12) worked for me. 🙂 MacOS 12.4 on M1 Mac |
Hm.. swig from brew should work, I'll check |
This link may work better to download swig.tar.gz If you don't have sudo permission: |
I have encountered the same problem with Apple Silicon.
|
Hi, I'm trying to install JamSpell with pip3 and get the following errors:
The text was updated successfully, but these errors were encountered: