zerospeech / zerospeech2017

All you need to get started for the Zero Speech Challenge 2017
http://www.zerospeech.com
GNU General Public License v3.0
46 stars 16 forks source link

Setting up track1/track2 environments fails on OSX and Linux #11

Closed orasanen closed 4 years ago

orasanen commented 4 years ago

In order to participate to ZS2020, I tried to set up the environments for track1 and track 2 evaluations, but the conda package specifications seem outdated (?):


This is on Linux:

./track1/setup/setup_track1.sh Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Error: cannot install from requirements_conda.txt


./track2/setup/setup_track2.sh Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Error: cannot install from requirements_conda.txt


This is on OSX

./track1/setup/setup_track1.sh Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Error: cannot install from requirements_conda.txt

./track2/setup/setup_track2.sh

Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Error: cannot install from requirements_conda.txt

mmmaat commented 4 years ago

Indeed as python2 is out of date a lot of dependencies are missing.

But we are publishing a dedicated package for the 2020 challenge : https://github.com/bootphon/zerospeech2020. Please use that. And if you can wait few hours we are actually fixing the very details before the release. As well https://zerospeech.com/2020 will be released in few hours with all the details.

Thanks!

orasanen commented 4 years ago

Cheers, thanks!