Notebooks

Notebooks

by MARTINEZ DENIS -
Number of replies: 3

Buenas, ando con problemas para la instalación de los programas, me saltan errores en la terminal al ejecutar los comandos, también me dice que tengo el pip 8.1.1 y que está disponible el 23.0.1, trato de actualizarlo y vuelven los errores.

Con python y Jupyter de igual manera no pude.

Saludos.

In reply to MARTINEZ DENIS

Notebooks

by Sere Quintero Andres -
Sin saber cuáles son esos errores es difícil ayudarte. Pero parecería que tenés una versión de Python muy vieja, ¿tenés el sistema actualizado? ¿Qué linux usás? (si querés escribime por mail a asere en fing.edu.uy que quizás es más ágil que esto).
In reply to Sere Quintero Andres

Re: Notebooks

by MARTINEZ DENIS -
Mi versión de linux es la 16.04

Al mandar este comando "pip install jupyterlab" me manda lo siguiente:

Collecting jupyterlab
Using cached https://files.pythonhosted.org/packages/97/a0/c3561fdedca7d71dad0a09f34a7d1f3e196c91009690323cd4a844f904ab/jupyterlab-3.6.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in File "/tmp/pip-build-J_oMTe/jupyterlab/setup.py", line 27
("share/jupyter/lab/static", f"{NAME}/static", "**"),
^
SyntaxError: invalid syntax

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-J_oMTe/jupyterlab/
You are using pip version 8.1.1, however version 23.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
In reply to MARTINEZ DENIS

Re: Notebooks

by Sere Quintero Andres -
Claro, pero si con 16.05 te estas refiriendo a la versión de Ubuntu, eso es de hace 7 años, la podes usar, pero cada tanto hay que actualizarla (sudo apt-get update o sudo apt-get upgrade, te suena?) Qué versión de Python tenés?

Capaz por ahí te conviene usar anaconda pero me suena que estas usando una versión muy vieja de Python, probablemente la 2.x y no la 3...