InstaPy / InstaPy/instapy-quickstart

RuntimeError: Error, unable to determine correct filename for 64bit macos

Abierto
#224 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
777
Forks
763
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi I got this error when running main.py in pycharm
I have already changed this line
filename = [name for name in filenames if os_name + bitness in name ]
to
filename = [name for name in filenames if os_name + bitness in name and name[-3:] != 'asc' ]
or even this
filename = [name for name in filenames if os_name + bitness in name and name[-7:] == '.tar.gz' ]
and it is still giving me the same error.
Have anyone experienced the same?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start with main.py and inspect how filenames, os_name, and bitness are determined before the reported RuntimeError. Reproduce the 64-bit macOS setup if possible and trace why the filename list remains invalid; done means the correct archive filename is selected without the error.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
tooling
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.