-
Notifications
You must be signed in to change notification settings - Fork 8
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
Install failing on MacOS #6
Comments
What's the error you're getting? The flow works for me on the same MacOS. Is it an issue in the |
Oh shoot have you run |
warns:
and then hangs |
@msollami Hmm... I think I've hit that one for others before. If I had to guess there's something weird going on with the .so file compilation. If you're willing to do a bit of testing, try DeleteFile@
FileNames["*.so",
PacletFind["PJLink"][[1]]["Location"], Infinity][[1]] and try again |
It's looking for python3, which isn't a thing on my machine - just python. |
Ahh. That would be an issue. Do you have python 3 installed? Another thing I forgot to mention in the readme is that this is a python3 package as the python C interface is very different for 2 and for 3. (I'll add that). |
I use conda inside zsh:
The exact version is:
Is there a way to tell your package to use this executable or is it looking for some brew installation? |
Yeah try:
where the first argument is the executable to use or a version string. Conda's been a problem for compilation and things in the past but hopefully the fixes I've tried to get in place will work. |
I'm on v11.3 with MacOS 10.13.6. Doesn't seem to install as the Readme says:
The text was updated successfully, but these errors were encountered: