This repository was archived by the owner on Mar 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: