-
Notifications
You must be signed in to change notification settings - Fork 34
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
Trouble installing #4
Comments
Hmm.. just reinstalled in a new pipenv with py2.7 and py3.6 and it worked 😕 |
I'm thinking this may be a problem with how I installed python (brew) and pipenv (brew). :-( |
Yeah, brew sucks at python. Lemme know if switching to python.org Python & |
The reason for this error was because I installed pipenv via brew (i think which used the python2 pip?). Once I uninstalled that brew formula and installed pipenv with the pip3, everything was gravy. |
Ugh. Brew is the worst. |
I'm attempting to install in a python 3.6 venv. In a
pipenv shell
I'm runningpipenv install
and get the following stack trace (see below).I'm wondering if this is more likely an issue with my local environment or the lambda-decorators install script.
Here is my Pipfile:
The text was updated successfully, but these errors were encountered: