I want to install instPy but every time I get errors. When I type in terminal python3 instagram.py
I get this error:
RuntimeError: Error, unable to determine correct filename for 64bit macOS
Can someone help me to solve this problem?
I went to the InstaPy website and did everything it said, but I still get this error. I searched on the internet and found this GitHub issue, which says:
You just have to find where webdriverdownloader.py is stored and change the line 320 into:
filename = [name for name in filenames if os_name + bitness in name and >name[-3:] != 'asc' ]
I did it too but it does not work.