-
Notifications
You must be signed in to change notification settings - Fork 6
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
pypi distribution is not working perfectly #11
Comments
In the mean time users can always clone the repo and install using |
Thanks for taking a look at this @DanShort12 and pointing out that the pypi upload doesn't contain the wheels. |
The python.yml github actions has an upload wheels stage but I'm not sure if this line does anything at the moment
|
The 'upload-artifact' action will make the artifacts available outside of the action e.g. this, but won't 'upload' in the sense of putting it on PyPI. |
I had a go at the PyPI upload on TestPyPI and realized that this isn't building a manylinux package. I might have to take a look at getting the relevant docker image (or to work out why the install from tar.gz can't find cmake!). |
The cmake assuming openmc is installed to |
Fair point that the OpenMC install location isn't being detected (that's a hand over from the original makefile implementation). However, I think the issue @shimwell reports here is related to pip not using the wheel that's created by CI, due to the install not using a manylinux-compatible image. |
the install option of
pip install parametric-plasma-source
is not quite workingI think this is because the newest version does some cmake commands
One solution might be to move to a conda install / conda distribution
The text was updated successfully, but these errors were encountered: