thinkster-django-angular-boilerplate icon indicating copy to clipboard operation
thinkster-django-angular-boilerplate copied to clipboard

Requirements.txt throws an error

Open roydeboys opened this issue 7 years ago • 3 comments

(thinkster-djangular) C:\Users\tanzzz\Desktop\project>pip install -r requirements.txt Collecting Django==1.7.1 (from -r requirements.txt (line 1)) Using cached Django-1.7.1-py2.py3-none-any.whl Collecting dj-database-url==0.3.0 (from -r requirements.txt (line 2)) Using cached dj_database_url-0.3.0-py2.py3-none-any.whl Collecting dj-static==0.0.6 (from -r requirements.txt (line 3)) Using cached dj-static-0.0.6.tar.gz Collecting django-appconf==0.6 (from -r requirements.txt (line 4)) Using cached django-appconf-0.6.tar.gz Collecting django-compressor==1.4 (from -r requirements.txt (line 5)) Using cached django_compressor-1.4-py2.py3-none-any.whl Collecting djangorestframework==3.0.0 (from -r requirements.txt (line 6)) Using cached djangorestframework-3.0.0.tar.gz Collecting drf-nested-routers==0.9.0 (from -r requirements.txt (line 7)) Using cached drf-nested-routers-0.9.0.tar.gz Collecting gunicorn==19.1.1 (from -r requirements.txt (line 8)) Using cached gunicorn-19.1.1-py2.py3-none-any.whl Collecting six==1.8.0 (from -r requirements.txt (line 9)) Using cached six-1.8.0-py2.py3-none-any.whl Collecting static3==0.5.1 (from -r requirements.txt (line 10)) Using cached static3-0.5.1.tar.gz Collecting wsgiref==0.1.2 (from -r requirements.txt (line 11)) Using cached wsgiref-0.1.2.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\tanzzz\AppData\Local\Temp\pip-build-a0aopqrw\wsgiref\setup.py", line 5, in import ez_setup File "C:\Users\tanzzz\AppData\Local\Temp\pip-build-a0aopqrw\wsgiref\ez_setup_init_.py", line 170 print "Setuptools version",version,"or greater has been installed." ^ SyntaxError: Missing parentheses in call to 'print'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\tanzzz\AppData\Local\Temp\pip-build-a0aopqrw\wsgiref\

roydeboys avatar Jan 06 '18 08:01 roydeboys

Hi, this is still showing error. Any update?

mastertracker avatar Feb 01 '18 14:02 mastertracker

hello there, I looked upon the requirements.txt file and also tried to exec the file quite a lot of times still there was no hope.I assume the requirements.txt file has some errors due to which its not able to access the links from django database due to which all the files are not getting downloaded and configured

roydeboys avatar Feb 02 '18 03:02 roydeboys

Hi guys I encountered the same issue as well. The fix is to simply remove wsgiref==0.1.2 from requirements.txt. See issue #17

nickwwh avatar Feb 14 '18 08:02 nickwwh