-
Notifications
You must be signed in to change notification settings - Fork 636
Broken Install - PyPI Release 3.1.0 #520
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
Comments
|
And it works on our Windows builds: https://ci.appveyor.com/project/hardbyte/python-can/builds/22606096/job/81689cpva238ul9f#L78. And our linux builds do not install it https://ci.appveyor.com/project/hardbyte/python-can/builds/22606096/job/81689cpva238ul9f#L78. Why do your Unix builds even install that? |
Our unix builds call |
Update:
It seems odd, might be a bug withing PyPI itself |
Replicated on linux:
I found a relevant comment on stackoverflow but I'm still not sure what needs to change to support wheels. |
So I built the release last night using Python 3.5 and the Available on pypi: |
@hardbyte Thanks for the update ! |
I see 3.1.1 was released . Fixes the issue Thanks for your quick support |
Hi! I think this bug is "active" again: $ pip3 install python-can
$ pip3 install python-can==3.1.1
|
Can confirm last comment. Version 3.3.3 seems to install just fine, still. 3.3.4 is broken again |
I'd propose just failing forward to the next release, 4.0.0 is coming up and a dev release it already available. |
Ah yes, this also came up in #1143 |
Uh oh!
There was an error while loading. Please reload this page.
Hi !
We're having a global failure in all our tests that depend on
python-can
, since the release of 3.1.0 a few hours ago (we usepython-can
as part of our CAN implementation on secdev/scapy). The package installation fail during PyPi setup.I was able to reproduce locally:
I tried with
PyPI
9.0.1 (installed by default) and 19.0.3 (latest), with the same results. It also fails on both Python 2.7 and Python 3.X releases (as our tests show)I'll be trying out stuff in the meanwhile,
Thanks for reading !
Some background data:
A sample of our tests failing on travis-CI:
https://travis-ci.org/secdev/scapy/builds/497754293
It's pretty mysterious :/ I don't really see any recent change that would break it that badly :/
The text was updated successfully, but these errors were encountered: