-
Notifications
You must be signed in to change notification settings - Fork 66
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
Setup Failure pip (ImportError: cannot import name 'PackageFinder') #2596
Comments
@daren-thomas I think this has something to do with pip version 20.0 pypa/pip#7620 that is breaking installs. I remember you saying something about not updating pip in the installer for this version of CEA. Maybe we could update pip to version 20.0.2 in the installer, since its said to be fixed there. |
yes, let's check to see if that solves the problem. else, @kerembeygo I suggest uninstalling and re-installing CEA: That should leave you with the older, working pip version. |
@kerembeygo: I just checked. It really doesn't install either. I've recreated the setup and am testing it right now. I'm sorry for any inconvenience. |
@kerembeygo: I just tested. Uninstalling and reinstalling works. It seems that an earlier update to pip (if you're overwriting it) is the culprit for this error. Once it's broken, I'm not too sure how it could be fixed as the method to update pip requires running pip itself. So I'm afraid you'll have to uninstall and reinstall. |
The text was updated successfully, but these errors were encountered: