You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ugh, was trying to deploy the bug bounty dashboard to cloud.gov and ran into this:
Collecting cg-django-uaa==1.1.0 (from -r requirements.txt (line 11))
Downloading cg-django-uaa-1.1.0.tar.gz (1.3MB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-RTvV4h/cg-django-uaa/setup.py", line 92, in <module>
long_description=open('README.rst', 'r', encoding='utf-8').read(),
TypeError: 'encoding' is an invalid keyword argument for this function
I am guessing this may be because it is running setup.py with python 2.7?
The text was updated successfully, but these errors were encountered:
Ugh, was trying to deploy the bug bounty dashboard to cloud.gov and ran into this:
I am guessing this may be because it is running
setup.py
with python 2.7?The text was updated successfully, but these errors were encountered: