Skip to content

instagrapi installation error

TnYtCoder edited this page Dec 14, 2023 · 1 revision

Most of you were encountering installation errors with Instagrapi.

I'll do my best to troubleshoot it!

To start, please try running these codes in your terminal:

pip3 install PySocks==1.7.1
pip3 install pydantic==2.5.2 
pip3 install pycryptodomex==3.18.0
pip3 install idna
pip3 install Pillow
pip3 install chardet
pip3 install charset-normalizer
pip3 install typing_extensions
pip3 install urllib3
pip3 install instagrapi

These packages are necessary to set up Instagrapi. There might be an issue with the version of pydantic. To resolve this, proceed with the latest version by running:

pip3 install pydantic

If you encounter any problems, please let me know. Feel free to raise the issue in the GitHub repository!

Clone this wiki locally