InstaPy / InstaPy/instapy-quickstart
RuntimeError: Error, unable to determine correct filename for 64bit macos
- Vorherrschende Sprache
- Python
- Sterne
- 777
- Forks
- 763
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100