-
Notifications
You must be signed in to change notification settings - Fork 5
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
Installation issue #18
Comments
It looks like the following line indicates the cause
I think |
Thank you for answer. For linux I needed to install For MacOs, I will test it later and will keep you informed |
Though the issue is closed, this might help some users: |
Thank you @momierr for instruction. Lines 56 to 68 in edc1dd1
I have no macOSs and am not able to confirm, but do you think the above description is fine? or if you suggest any alternatives, I will adopt it. |
It would be better to mention that it is valid for macOS running on M1 CPU. Otherwise the instructions are fine! |
Whenever I am trying to install the package with pip or from source, using Python3.7 or 3.8, on MacOsX 10.9 (x86_64) or Ubuntu 20, I am getting error while building the wheel for
py3nj
.Here are some examples of the error:
ubuntu-error.txt
macos-error.txt
I have also tried the solution proposed in #10 (comment) for MacOs, without success...
env CC=/usr/local/Cellar/gcc/11.2.0_3/bin/gcc-11 pip install py3nj
PS: I need to install this package for using https://github.com/QUVA-Lab/escnn
The text was updated successfully, but these errors were encountered: