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.

Fix Windows Build

See original GitHub issue

Following the release of vine 5.0.0a1 and py-amqp 5.0.0a1 the AppVeyor build started failing.

This happened since we were using python setup.py test in that environment instead of tox. That command installs dependencies using easy_install which apparently does not implement PEP-440. Therefore, it picks the latest available version although it is an alpha version unlike pip which requires the --pre option to install alpha versions.

An attempt was made to migrate that build environment to tox, but tox installs our extra dependencies such as pycurl which does not release wheels for Windows.

We can either:

  • Create a tox environment for Windows which avoids installing any extras.
  • Work our way to resolve each and every build issue of our dependencies.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
thedrowcommented, Jun 30, 2019

We probably need to remove curl from Windows CI altogether until pycurl/pycurl#569 is resolved.

0reactions
thedrowcommented, Aug 18, 2019

Fixed by #1083.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the "This Build of Windows Will Expire Soon" Error ...
How to Fix the "This Build of Windows Will Expire Soon" Error · 1. Change Your Insider Preview Path Settings · 2. Reinstall...
Read more >
This build of windows is going to expire on 31st October. How ...
This build of windows is going to expire on 31st October. How do i fix it. I am getting error msg "This build...
Read more >
Fix This Build of Windows Will Expire Soon - TechCult
Fix This Build of Windows Will Expire Soon · Method 1: Check the Date & Time settings · Method 2: Check for Updates...
Read more >
Fix: 'This build of Windows will expire soon' problem in ...
Fix -1 Check Date & Time settings- · Fix-2 Manually try to update your Windows build- · Fix-3 Check Activation status of your...
Read more >
[SOLVED] This Copy of Windows Is Not Genuine 7600/7601
Windows 7 build 7600 or 7601 this copy of Windows is not genuine appears? Now try 4 helpful methods to permanently fix Windows...
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