Version 0.7.4 broke travis build
See original GitHub issueThe logs of build are here: https://api.travis-ci.org/v3/job/435219821/log.txt
I checked locally and could reproduce the error with python3.7. It failed due to following. Note sure if older version will also break with python3.7 .
ImportError: cannot import name 'open_for_csv' from 'wheel.util' (/Users/dilawars/Library/Python/3.7/lib/python/site-packages/wheel/util.py)
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Common Build Problems - Travis CI Docs
Common Build Problems. My tests broke but were working yesterday; My build script is killed without any error; My build fails unexpectedly; Segmentation...
Read more >Testing on travis with >10min initial compile time - Tooling
My tests are starting to fail due to initial compile time: $ julia --check-bounds=yes --color=yes -e "if VERSION < v\"0.7.0-DEV.5183\"; ...
Read more >Travis-ci build fails but tests pass locally - Stack Overflow
The code is only failing when it tries to run the a test in python 3.4 (but passes for other versions of python)....
Read more >Changelog - cibuildwheel
(#1298); Sample configs for Azure Pipelines and Travis CI updated (#1296) ... Fix a bug when building CPython 3.8 wheels on an Apple...
Read more >Downloads « Ettercap
Click to Download the version with bundled libraries ... + Add TXT and ANY query support on dns_spoof; + New macosx travis-ci build!...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
master branch has a fix for that and other issues introduced by wheel 0.32.0 https://github.com/matthew-brett/delocate/commit/68355ee937826e0e5db4c75833f165db670e6ba4
Until new delocate is released and the dust settles I think it’s better for you to pin wheel to 0.31.0
You are right. 0.7.4 works with wheel 0.32.1 (released yesterday). I havn’t tested with 0.32.0 .