-
Notifications
You must be signed in to change notification settings - Fork 47
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
pip install did not build #8
Comments
Anyone else having this issue? I am trying to incorporate PyTMatrix into a conda environment with
and I get
|
I would use the conda build for now instead of the pip build. Otherwise you'll need to make sure you have gfortran installed. (I think brew has it under gcc). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried installing this package through the
pip install pytmatrix
method. The.so
file failed to compile. However, installing from source after cloning the repo worked.Running MacOSx 10.11.6
pip 8.1.2
The text was updated successfully, but these errors were encountered: