question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version 0.7.4 broke travis build

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
anthrotypecommented, Oct 3, 2018

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

0reactions
dilawarcommented, Oct 5, 2018

You are right. 0.7.4 works with wheel 0.32.1 (released yesterday). I havn’t tested with 0.32.0 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found