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.

Conda package build failing for windows for v0.24.2

See original GitHub issue

Describe the bug

I noticed that my GitHub actions were failing for the Windows conda package for my project, HEXRD, for which sklearn is a dependency. The failure started for sklearn=0.24.2; downgrading to 0.24.1 seems to fix that problem.

Screen Shot 2021-05-26 at 16 22 53

Steps/Code to Reproduce

The failing action is the for the Windows platform only. For now, it looks like rolling back to 0.24.1 fixes our issue; just wanted to let you know!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
psaverycommented, May 28, 2021

It looks like hexrd/hexrd#277 has confirmed that it is only an issue with the anaconda distribution, not the conda-forge one.

0reactions
jeremiedbbcommented, Jun 10, 2021

I guess we can close this since we don’t handle the packaging for the anaconda distribution and using the conda-forge package seems to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

conda build fails while installing packages for testing #3412
I'm trying to build a conda package for osqp on Windows using AppVeyor. While everything compiles and a conda package is created, ...
Read more >
conda build fails due to work file not found error - Stack Overflow
All attempts to build fail, with an error about the work folder of the build process not existing.
Read more >
Building conda packages from scratch
This tutorial is for Windows, macOS, and Linux users who wish to generate a conda package by writing the necessary files. Prior knowledge...
Read more >
What's New - xlwings Documentation
v0.20.5 (Aug 27, 2020). Bug Fix The conda version check was failing with spaces in the installation path (GH1396). Bug Fix Windows: when...
Read more >
Installation — GeoPandas 0.12.2+0.gefcb367.dirty ...
Installing with Anaconda / conda#. To install GeoPandas and all its dependencies, we recommend to use the conda package manager. This can be...
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