Closed katyhuff closed 5 years ago
Potentially related numpy issue: https://github.com/numpy/numpy/issues/7769
Hi @katyhuff,
Thanks for agreeing to be editor on the submission.
The latest commits should solve this problem - f2py3 has been reverted to f2py, and the specification that python 3.5+ should be used has been added to the README.md file.
I have just tested pip install crystal _torture
on the latest version on PyPI (crystal-torture 1.0.4) in both a clean python venv and a conda environment, which worked fine.
Hi Folks, I'm looking at your JOSS submission and I started with readme. The pip install doesn't seem to properly place your build_tort.sh script (with or without sudo). See below for the first error I run into while following the instructions. It looks like f2py3 needs to be included in the pip recipe... my system already has f2py installed... does it need to be aliased to f2py3? I see some related issues in the context of anaconda numpy. Perhaps that's the source of the trouble.
My pip is perpetually out of date (thus the warning) so I tried installing f2py3 on its own... doesn't seem available. I recommend that you include instructions on installing f2py3 and all other dependencies required before the pip install.
This issue can be closed when
pip install crystal_torture
works as indicated in the readme or when the readme includes some instructions for installing f2py3 (or a suggestion regarding whether to alias f2py3 to point to f2py?)