-
Notifications
You must be signed in to change notification settings - Fork 8
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 fails on Python 3.6 #10
Comments
Thanks for reporting the issue @gtaylor . We will look into it. |
Any update on the issue? |
This is failing because pip is trying to install the importlib package while installing the wavefront-cli as mentioned in the setup.py but for python 3 importlib is available by default as it is a part of Standard Library |
so, what should i do to fix it? |
@skkli It has been already fixed and can be closed. |
It looks like you support Python 3.4 (per setup.py), figured I'd mention that I was running into the following on Python 3.6 in case you were interested tweaking for 3.6:
The text was updated successfully, but these errors were encountered: