Skip to content
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

Open
grburgess opened this issue Jan 10, 2019 · 9 comments
Open

conda distribution #11

grburgess opened this issue Jan 10, 2019 · 9 comments

Comments

@grburgess
Copy link
Contributor

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.

@williamjameshandley
Copy link
Member

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

@grburgess
Copy link
Contributor Author

Thanks! So it will automatically include the non-python binaries?

@williamjameshandley
Copy link
Member

Indeed (a not insignificant amount of effort was required to get this working)

@williamjameshandley
Copy link
Member

@grburgess you should now be able to install pypolychord with the pip command:

pip install pypolychord

Can you let me know if this addresses your issue?

@timothydmorton
Copy link

Hi-- Just trying to pip install and seeing the following:

$ pip install pypolychord
Collecting pypolychord
  Could not find a version that satisfies the requirement pypolychord (from versions: )
No matching distribution found for pypolychord

Never really seen this sort of thing before. Suggestions?

@timothydmorton
Copy link

(btw, I am running with pip 18.1 on macOS 10.11.6)

@williamjameshandley
Copy link
Member

Which version of python?

@timothydmorton
Copy link

sorry-- 3.6.8

@tilmantroester
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants