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

Conda Install Failing #298

Closed
aaronreidsmith opened this issue Feb 14, 2020 · 0 comments · Fixed by #300
Closed

Conda Install Failing #298

aaronreidsmith opened this issue Feb 14, 2020 · 0 comments · Fixed by #300
Assignees

Comments

@aaronreidsmith
Copy link
Member

Describe the bug

conda install -c alkaline-ml pmdarima

The above line is failing for 2 reasons:

  1. It attempts to install for py3.6 regardless of what version you are actually using

  2. You get an import error when you actually do download it

To Reproduce
See above

Expected behavior
Install finds right version and actually installs it

Actual behavior
See above

Additional context
This is just an issue to get ahead of the curve and show it is a known bug. We are actively working on a fix. In the meantime, use pip install pmdarima within your conda environment

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

Successfully merging a pull request may close this issue.

1 participant