-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
pip install git+https://github.com/alkaline-ml/pmdarima.git
throws ModuleNotFoundError: No module named 'distutils.msvccompiler'
#582
Comments
39 tasks
I'm investigating a fix on https://github.com/harupy/pmdarima/tree/pin-setuptools. harupy@0e20710 seems to work.
|
Looks like this is an issue in numpy. |
|
Can we pin setuptools? |
Any updates on this issue? |
39 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a bug. In https://github.com/mlflow/mlflow, we use
pip install git+https://github.com/alkaline-ml/pmdarima.git
to install the development version of pmdarima and run tests against it. This command started failing with the following error recently:The text was updated successfully, but these errors were encountered: