cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
314 stars 157 forks source link

ResolvePackageNotFound: sklearn #1186

Closed FlavorFlav closed 4 months ago

FlavorFlav commented 1 year ago

Creating the environment from conda raises an error" (base) c:\Repos\phy>conda env create -f environment.yml WARNING: A space was detected in your requested environment path 'C:\Program Files\Anaconda3\envs\phy2' Spaces in paths can sometimes be problematic. Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound: - sklearn

Within environment.yml, I swapped 'sklearn' with 'scikit-learn', then it worked! You might want to update that. :)