Martin Thoma

Resultados 3 preguntas formuladas por Martin Thoma

Cuando intento instalar algo con pipo pip3, aparece: $ sudo pip3 install python3-tk Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')() File "/usr/lib/python3/dist-packages/pkg_resources.py", line

¿Para qué sirve `--no-cache-dir` de pip?

6
respuestas
349
votos
296.3k
vistas

Recientemente vi su --no-cache-diruso en un archivo Docker. Nunca había visto esa bandera antes y la ayuda no la explica: --no-cache-dir Disable the cache. Pregunta: ¿Qué se almacena en caché?

¿Cómo leo y escribo archivos CSV?

7
respuestas
99
votos
118.9k
vistas

¿Cómo leo el siguiente archivo CSV? 1,"A towel,",1.0 42," it says, ",2.0 1337,is about the most ,-1 0,massively useful thing ,123 -2,an interstellar hitchhiker can have.,3 ¿ Cómo escribo lo