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
Hola al querer correr tu proyecto estoy teniendo problemas, no tengo experiencia en django solo con lamp. estoy en una pc con win10 con python3 instalado y pip.
Queria probar este proyecto porque me interesa ver como fusionastes carontepass.
El error me lo tira al momento de instalar los requerimientos me dice:
(virtualenv) D:\proyecto-django\metaespacio>pip install -r requirements.txt
Collecting django<1.9
Using cached Django-1.8.19-py2.py3-none-any.whl (6.2 MB)
Collecting django-crispy-forms
Using cached django_crispy_forms-1.10.0-py3-none-any.whl (107 kB)
Collecting django-localflavor<2
Using cached django-localflavor-1.6.2.tar.gz (4.1 MB)
Collecting django-tastypie
Using cached django-tastypie-0.14.3.tar.gz (148 kB)
Collecting django-graphos==0.0.2a
Using cached django-graphos-0.0.2a0.tar.gz (12 kB)
ERROR: Command errored out with exit status 1:
command: 'D:\proyecto-django\metaespacio\virtualenv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py'"'"'; file='"'"'C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\nahuel\AppData\Local\Temp\pip-pip-egg-info-7iznob18'
cwd: C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py", line 125, in
package_data=find_package_data("graphos", only_in_packages=False),
File "C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py", line 106, in find_package_data
print >> sys.stderr, (
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
(virtualenv) D:\proyecto-django\metaespacio>
GRacias
Nahuel
The text was updated successfully, but these errors were encountered:
Hola al querer correr tu proyecto estoy teniendo problemas, no tengo experiencia en django solo con lamp. estoy en una pc con win10 con python3 instalado y pip.
Queria probar este proyecto porque me interesa ver como fusionastes carontepass.
El error me lo tira al momento de instalar los requerimientos me dice:
(virtualenv) D:\proyecto-django\metaespacio>pip install -r requirements.txt
Collecting django<1.9
Using cached Django-1.8.19-py2.py3-none-any.whl (6.2 MB)
Collecting django-crispy-forms
Using cached django_crispy_forms-1.10.0-py3-none-any.whl (107 kB)
Collecting django-localflavor<2
Using cached django-localflavor-1.6.2.tar.gz (4.1 MB)
Collecting django-tastypie
Using cached django-tastypie-0.14.3.tar.gz (148 kB)
Collecting django-graphos==0.0.2a
Using cached django-graphos-0.0.2a0.tar.gz (12 kB)
ERROR: Command errored out with exit status 1:
command: 'D:\proyecto-django\metaespacio\virtualenv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py'"'"'; file='"'"'C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\nahuel\AppData\Local\Temp\pip-pip-egg-info-7iznob18'
cwd: C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py", line 125, in
package_data=find_package_data("graphos", only_in_packages=False),
File "C:\Users\nahuel\AppData\Local\Temp\pip-install-zdmuoep5\django-graphos\setup.py", line 106, in find_package_data
print >> sys.stderr, (
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
(virtualenv) D:\proyecto-django\metaespacio>
GRacias
Nahuel
The text was updated successfully, but these errors were encountered: