Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas al instalar #20

Open
nbaglietto opened this issue Nov 20, 2020 · 0 comments
Open

Problemas al instalar #20

nbaglietto opened this issue Nov 20, 2020 · 0 comments

Comments

@nbaglietto
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant