InstaPy / InstaPy/instapy-quickstart
RuntimeError: Error, unable to determine correct filename for 64bit macos
Aperta
- 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.