InstaPy / InstaPy/instapy-quickstart

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

Aperta
#224 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
777
Fork
763
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.