Problem with discovery in github actions & cibuildwheel #2349
Replies: 2 comments
-
|
Seems |
Beta Was this translation helpful? Give feedback.
-
|
This issue has been fixed in virtualenv 20.15.0+ (released June 2022). PR #2335 added cookie-based markers to isolate JSON output from extraneous text printed by setuptools plugins or other modules during Python discovery, which prevents the "failed to parse JSON" errors in CI environments. Upgrade to virtualenv 20.15.0 or later, and if you're using cibuildwheel, ensure it's using a recent version of virtualenv. Closing as fixed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says, I've ran into a bit of problem with my github actions, because the cibuildwheel pipeline fails during the virtualenv setup, apparently during the discovery phase. This only happens for osx and windows builds.
This is an example log:
https://github.com/dsimidzija/python-althaia/runs/6741031005?check_suite_focus=true#step%3A5%3A109=
I'm not sure how to fix this, and I couldn't find it being mentioned anywhere in recent virtualenv or cibuildwheel issues. 😨 If someone can point me in the right direction, I'm willing to help find the cause as much as I can.
Beta Was this translation helpful? Give feedback.
All reactions