Skip to content

conda warning when  #4

@richlysakowski

Description

@richlysakowski

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. Use conda 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions