-
Notifications
You must be signed in to change notification settings - Fork 24
Description
When I ran the command to create the conda environment... "conda env create -f environment.yml" ... I got the warning below. It is a small matter, but I thought I would fix it and report it so the next person does not see it.
The command...
>> conda env create -f environment.yml
gives this warning...
C:\ProgramData\Anaconda3\lib\argparse.py:1935: FutureWarning:
remote_definition
is deprecated and will be removed in 25.9. Useconda env create --file=URL
instead.
action(self, namespace, argument_values, option_string)"Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you."
If my pull request makes sense to you please approve it