This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Python 3.8 Support #57
Comments
I think I found a possible fix (the pip install command successfully completed but I have yet to fully test the package). If you have this problem, do the following: create a
This will prevent this package's specific cffi dependency version from being installed, in favor of 1.13.2 which apparently works. Then run My result from doing this:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am attempting to install this package on MacOS Catalina 10.15.4, but I'm running into an error with the installation of the underlying cffi dependency. I can't find anyone else having this issue online so it's possible that I'm missing an easy fix.
To make sure it wasn't due to a conflict with an already-installed package, I created an entirely new virtual environment (Python3.8) and tried installing only the django-alexa package to start with, and I got the same error.
It appears the primary problem is:
I have successfully run
brew install postgresql
as well asbrew upgrade postgresql
to no avail.Which version of Python are you successfully running this with?
The below is the log from the pip install command. I run it twice here, the second time is after running
pip install --upgrade pip
Thank you for any assistance you can provide.
Best,
Austin
The text was updated successfully, but these errors were encountered: