larsnet
larsnet copied to clipboard
impossible to install requirements because formatting of "requirements.txt" is wrong
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
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.