Skip to content

Wheels for 2.4.1 does not contain code #86

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

Closed
hakostra opened this issue Mar 1, 2024 · 5 comments
Closed

Wheels for 2.4.1 does not contain code #86

hakostra opened this issue Mar 1, 2024 · 5 comments

Comments

@hakostra
Copy link

hakostra commented Mar 1, 2024

There is a serious problem with the published wheels for the 2.4.1 release on pypi, they do not contain any code!!!

pip install pyuff==2.4.1 and then running python:

Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyuff
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyuff'
>>>

I downloaded the wheel from pypi.org and it does not contain any code at all, not a single Python file is in there, so no winder why it does not work.

I would recommend yanking the release from pypi ASAP, because this breaks lots of things, and then afterwards, publish a valid 2.4.2 as soon as the issue is identified and fixed.

@jankoslavic
Copy link
Contributor

Dear @hakostra thank you for reporting this. I am sorry for this. The version 2.4.1 has been yanked. Can you confirm it is working on your side; we will resolve the issue asap

@hakostra
Copy link
Author

hakostra commented Mar 1, 2024

Thanks. I need to pip cache purge before I try to pip install pyuff - this now gives the old 2.4 version which will work just fine.

Yanking the non-working one was the urgent part, fixing this has no immediate hurry.

As the problem is solved from my side, you might just close this issue if you like. If you like to keep it open as a reminder to find out what went wrong, that's also fine. I don't close it now, but feel free to close it if you like.

@jankoslavic
Copy link
Contributor

Thanks. I will keep it open, just in case anyone else has the same problem. We will close it once we resolve the issue and have proper build. Have a nice weekend!

@klemengit
Copy link
Contributor

Dear @hakostra , we have made another release (2.4.2) on pypi.

When you are able, can you please confirm that everything is working with the new version? We have tested it on our side and it should work now.

Thank you for promptly reporting the issue!

@hakostra
Copy link
Author

hakostra commented Mar 2, 2024

Everything seems to work now. Thanks for solving the issue promptly!

@hakostra hakostra closed this as completed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants