-
Notifications
You must be signed in to change notification settings - Fork 544
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
ImportError: No module named packaging.version #62
Comments
You can workaround this in the mean time by inserting |
Or adding |
@puckel I don't think
As you can see, I had to uninstall 34.2.0, then install 33.1.1... upgrading setupstools and pip wouldn't tdo the trick. So I think @imsickofmaps is right that 33.1.1 is the one, when getting this specific traceback. (I could be totally wrong, I popped over here from a totally different project as I searched for the traceback.) |
Resolves #5 `pip install --upgrade pip` didn't work. Relevant reading: puckel/docker-airflow#62
Resolves #5 `pip install --upgrade pip` didn't work. Relevant reading: puckel/docker-airflow#62
I tried to re-build docker-airflow, and I get the following error:
Looks like the version of pip is
pip 1.5.6
whereas upgrading to pip 9+ seems to fix the issue. (cf. pypa/setuptools#937).The text was updated successfully, but these errors were encountered: