taengstagram / instagram-livestream-downloader

Instagram Live Stream Downloader
MIT License
120 stars 37 forks source link

instagram_private_api Problem #28

Open UnixCro opened 3 years ago

UnixCro commented 3 years ago

Why it is not working? I´m using macOS Catalina bash-3.2$ ls init.py main.py assemble.py comments.py download.py repair utils.py bash-3.2$ python3 download.py Traceback (most recent call last): File "download.py", line 30, in from instagram_private_api import ( ModuleNotFoundError: No module named 'instagram_private_api' bash-3.2$ pip3 install instagram_private_api Requirement already satisfied: instagram_private_api in /usr/local/lib/python3.9/site-packages (1.6.0.0) bash-3.2$

sideloading commented 3 years ago

Read the README.md https://github.com/taengstagram/instagram-livestream-downloader#installation

UnixCro commented 3 years ago

I've read the README, it both works and it doesn't. Since I use macOS I think that I'm in good hands under the line "bash", because it says bash livestream_dl -u . But it doesn't work because Livestream_dl is a directory with several Python scripts. I have already installed the basic requirements "PREREQUISITES.md" I go to the directory of Livestream_dl. I see there init.py, main.py, assemble.py, comments.py, download.py, repair directory, utils.py.

What should I do?

(Translated from German into English by Google translator)