-
Notifications
You must be signed in to change notification settings - Fork 138
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
Python Version? #277
Comments
Sample output. Python 3.7.3 with PySPH Release 1.0a6 |
@Kekushke -- we build constantly on windows and Linux (and I personally use a Mac) so the requirements certainly work. Can you please let me know what platform, what python distribution you have used and the exact steps you followed? As regards Python versions, we test on 3.8 and 3.7 and it works on 3.6 as well. |
Here is the environment and procedure : |
Looks like |
After super clean install, still exact same error log as in posted in the 2nd message in the thread above: |
Some more information: |
Please use master and not the pip version i.e. STEP4: Download PySPH: 1.0a6.tar.gz. The pip version will almost certainly be broken. Do the following, git clone the pysph repo, then run There were a lot of bugs fixed due to changes with numpy upstream that are fixed in master. If things are still broken, can you send me at least one of the 28 test errors. In any case this issue tells me that we absolutely have to push a release so things are easier to install -- even if we think there is a lot more to fix and do. |
Many thanks to you. I will try this. |
Thanks, do let us know if master is broken, our CI tests all use master as do me and others using pysph. |
Update: I managed to get a very old version to work for my work. It was struggle. I think for each release here on GitHub, it will be useful to have author provided |
Update: Hi! Used MASTER using your notes. Got through, but got 6 XFAIL errors in pysph/base/tests/test_nnps.py::ExtendedZOrderNNPSSubdividedAsymTestCase::test_neighbors_* tests. |
@Kekushke -- this is a good idea, to include explicit requirements for a release. The xfail means expected failures, so I think those can be safely ignored. Those are experimental NNPS algorithms that are almost never used except if you are doing research in NNPS. So I think you should be good at this point. We are working towards a release though so hopefully this weekend or so that should happen. |
Many thanks for your note. I will continue to test MASTER. I will definitely try new release when out. In new release it will be good to include not only |
This is now fixed for the latest 1.0b1 release: https://github.com/pypr/pysph/releases/tag/1.0b1 |
Thank you so much!
…On Sat, Mar 5, 2022 at 1:19 AM Prabhu Ramachandran ***@***.***> wrote:
This is now fixed for the latest 1.0b1 release:
https://github.com/pypr/pysph/releases/tag/1.0b1
—
Reply to this email directly, view it on GitHub
<#277 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFBAL6WOG6UIUVCBDJKTFDU6MRLNANCNFSM4PVD7LOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi! Tried various older releases including the newest 'master' branch with all kinds of installation options. Several errors in the
pysph -v test
of one type or another (not countingskipped
) even when all local- and global-dependencies are satisfied. Problem occurs even for the older releases.Are there any recommendations as to the version of PySPH and the version of Python would be the best choice to start a new project?
Having good
pip freeze -> requirements.txt
with thepackage==xx.xx.xx
(not>=
) will help a lot for master as well as when release is made. Thanks a lot... KThe text was updated successfully, but these errors were encountered: