-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
0.2.6 release at PyPi: "No source distribution files available for this release." #50
Comments
I notice that, could you make a PR? I have no enough time |
Never worked with publishing to PyPi yet, will try to make it work :) |
I just tried to install
After installation I tried to import. Same |
Need some time to find why |
@dmitrii-begal at version |
@dmitrii-begal the package works for me at version |
Just upgraded from
|
@jjpaulo2 I just checked: |
@long2ice is that possible to remove broken |
0.2.7rc3, that was just published fixed the issue for me |
I will try to release 0.2.6 again and fix it |
Try |
Nah, .c files are missing in
Although on Debian 10 installation is correct, because wheels are valid. At least it can be used on server. |
In my python 3.11 (Alpine) container with 0.2.7 rc4 setup it worked and launched properly. update: tested on my Ubuntu 22.04 machine - also no issues. |
Looks like not problem of .c file because old release have no that also, need more work |
Sorry, I mislead you a bit. |
Yes, so just need keep poetry-core==1.4.0 if you need build in local |
The reason maybe python-poetry/poetry-core#318 |
@dmitrii-begal Can you try rc5? |
@long2ice tried rc5
I suppose 2nd happens because you removed |
rc5 just worked for me on Mac OS ARM python 3.10 (having not worked since the release and getting .connections import error) |
Please try rc6 |
same issue here. Tried to downgrade to previous version without success. I also use poetry. Here is my traceback :
How to install specific rc in poetry ? Using this syntax |
@jossefaz What's your version? rc6? |
@long2ice : I even do not manage to install the rc6 as I am not sure how to do so with poetry.
|
Ok I manage to install it by adding this line :
To my pyproject.toml And here is my new traceback
|
@jossefaz Looks like build error, please install gcc first. Becase arm64 has no whl prebuilt |
@long2ice : seems working now. Still checking (will update finally soon). Thanks for helping ! |
It's great that this works on rc6 but I'm going to have problems convincing our QA people to allow us to deploy builds to live which are based on pre-release libraries. How close are we to release here? |
PyPi misses source distribution files (
.tar.gz
) which prevents latest 0.2.6 version to be installed on some systems usingpip
orpipenv
.For example, I use MacOS on ARM platform. There is no generated
.whl
distributions for the platform and no.tar.gz
. So I can not install latest version on local machine.Previous release (0.2.5) has
.tar.gz
distrubution, although it cannot be properly installed due to latest issue #48.The text was updated successfully, but these errors were encountered: