-
Notifications
You must be signed in to change notification settings - Fork 46
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
Failing to install v 0.6.0 with pypi tarball #435
Comments
@nilason In order to attempt to trouble shoot this we'll need more information, like specific OS etc. However, I have personally never seen this problem and our artifacts are all created with a GHA. Perhaps other devs have an idea? |
I am not able to reproduce the issue with |
Seems like it may be related to an Apple Silicon difference >> giotto-ai/giotto-tda#308 |
Just for the record, I was installing it on apple silicon. |
I have been responsible of updating the pysal family of modules for MacPorts, since the split into separate modules. The log above is a taken from such an attempt to install. It is not building with pip, but with build. There have so far been no problem with any of the other pysal modules, even with the modernised ones. I just can't tell where the difference is or where the problem is. |
A lot of the log is MacPorts specific and maybe not clear for everyone, the main line (command) is: Executing: cd "/opt/local/var/macports/build/_Users_nilason_ports_python_py-spopt/py311-spopt/work/spopt-0.6.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_Users_nilason_ports_python_py-spopt/py311-spopt/work |
Comparing the tarball spopt-0.6.0.tar.gz with spaghetti-1.7.4.tar.gz I note there are contents present in the latter, missing in the former:
|
@martinfleis mentioned that he has actually seen this error before. One thing we can do is check how the |
I see all three in both spopt tarball and spaghetti tarball. Using this link rather than the one above that somehow downloads a zero byte file on my side. @nilason are we pulling the same tarball? |
|
I'm awfully sorry for my mistake and the noise! I forgot (and overlooked) that the tarball for |
@nilason No problem at all! Thanks for the work you do! |
Building with pypi tarball fails with:
The text was updated successfully, but these errors were encountered: