larsnet icon indicating copy to clipboard operation
larsnet copied to clipboard

impossible to install requirements because formatting of "requirements.txt" is wrong

Open maxpatcher opened this issue 1 year ago • 1 comments

Hello, thanks for sharing your project !

I have a problem with the formatting of your requirements.txt file. When I try:conda create --name larsnet --file requirements.txt in the right directory I get PackagesNotFoundError: The following packages are not available from current channels.

You shouldn't specify the channel in the requirements file if I understand correctly what's explained here: https://stackoverflow.com/questions/70774618/conda-create-from-requirements-txt-not-finding-packages

maxpatcher avatar Jan 29 '24 14:01 maxpatcher

You can use my fixed version for conda install https://github.com/jarredou/larsnet-colab/blob/main/env.yml Tested only on Google Colab but it should work on any other system.

jarredou avatar Jan 29 '24 18:01 jarredou