-
Notifications
You must be signed in to change notification settings - Fork 28
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
conda distribution #11
Comments
Hi @grburgess . I don't have any experience with conda, although we are currently in the process of finalising a procedure that makes pypolychord pip-installable (which should be ready later this month). I imagine that this would either solve your issue, or make a conda wrapper easier to implement, so I will address this after that |
Thanks! So it will automatically include the non-python binaries? |
Indeed (a not insignificant amount of effort was required to get this working) |
@grburgess you should now be able to install pypolychord with the pip command:
Can you let me know if this addresses your issue? |
Hi-- Just trying to pip install and seeing the following:
Never really seen this sort of thing before. Suggestions? |
(btw, I am running with pip 18.1 on macOS 10.11.6) |
Which version of python? |
sorry-- 3.6.8 |
I get the same error on macOS. It works on linux, however. Looking at https://pypi.org/project/pypolychord/#files, it looks like there are no wheels for non-linux OS' and I can't seem to force an installation from source. |
have you thought about wrapping up a conda distribution? We use conda for our CI installs and to test polychord sampling we would need to do that or go with a docker.
The text was updated successfully, but these errors were encountered: