You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 getPackagesNotFoundError: 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
The text was updated successfully, but these errors were encountered: