-
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
Can't install the Python3 version of PyPolyChord #53
Comments
Is the problem that you're trying to run with python3, but you installed with python, and these point to different versions on your system? |
Yes. Unfortunately the fix of using Python3 for both the install and the run doesn't work.
Either way, the suggested command needs to be adjusted for Mac OS X. |
Should I add the adjusted |
I'm about to merge #24 in the next half-hour, which makes it pip installable will change things a fair amount. I would be interested to see if this issue persists there. |
Ok! Looking forward to testing it. |
The provided installation instructions fail.
steps to reproduce: fresh install,
make pypolychord && CC=cc CXX=c++ python setup.py install --user
expected result:
running
python3 run_polychord.py
should work.actual result:
The text was updated successfully, but these errors were encountered: