You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install the package kdelikelihood from PyPi in my magic environment, I receive the following error:
× failed to solve the pypi requirements of 'default' 'linux-64'
├─▶ Failed to build: `kdelikelihood==0.2.1`
├─▶ Failed to install requirements from build-system.requires (install)
├─▶ Failed to prepare distributions
├─▶ Failed to fetch wheel: numpy==1.26.4
├─▶ Failed to extract archive
╰─▶ Unsupported archive type: numpy
This happens regardless of whether I install numpy before (via pypi or not). When I work directly via pip in a conda environment, everything works fine:
pip install kdelikelihood
Potential relevant options in the setup.cfg of the package:
Issue description
When I try to install the package
kdelikelihood
from PyPi in my magic environment, I receive the following error:This happens regardless of whether I install numpy before (via pypi or not). When I work directly via pip in a conda environment, everything works fine:
Potential relevant options in the
setup.cfg
of the package:Steps to reproduce
Set up a new environment
Enter the directory
Try to install the package
Version Info
The text was updated successfully, but these errors were encountered: