Skip to content

Can't create environment with requirements.txt #11

Description

@ec0github

Try to create environment with python version 3.6, 3.7, 3.8 and 3.9 and requirements.txt

pip install -r requirements.txt
but none of them are successful. The reason is pip can resolve dependencies conflicts between the packages.
try to ignore install the environment with option '--no-deps', installation could be completed but could run any example due to lack of dependencies.

Is there any method to set up the environment?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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