Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxpatcher opened this issue Jan 29, 2024 · 1 comment

Comments

@maxpatcher
Copy link

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

@jarredou
Copy link

jarredou commented Jan 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants