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

Is the argparse package still needed for the Python 3.5 version? #46

Open
ShuaiHuang opened this issue Jul 14, 2018 · 0 comments
Open

Comments

@ShuaiHuang
Copy link

When I deploy the gcForest in the Anaconda environment with Python 3.5 using the following command

conda create -n gcForest python=3.5 argparse

and the error message is displayed as following:

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - argparse -> python=2.6
  - python=3.5
Use "conda info <package>" to see the dependencies for each package.

It seems that there is a confliction between Python 3.5 environment and the argparse package. So I am wondering whether the argparse is still required for the code in Python 3.5 version?

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

1 participant