-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
bug: ImportError: cannot import name 'packages_distributions' from 'importlib_metadata'
#105
Comments
Are you running this with Python 3.6 or 3.7? |
running this with python 3.8. I noticed I got this error when I'm in the wrong pyenv before installing ape. so i tried this:
|
This looks like pyenv isn't doing the job of segregating by virtualenv correctly... which is strange. Let's work through this together. |
this was an issue with pyenv, and the appropriate pyenv was not added to the ~/.bashrc
then run after this my pyenv was installed in the wrong place
so i deleted my pyenv and recreated it and it looks right
once I did that my eth-ape was still in the wrong place
ok great now this is looking good |
Environment information
ape will not run after install
What went wrong?
How can it be fixed?
I'm not sure if this is a path error or what
The text was updated successfully, but these errors were encountered: