Gabriel Meireles
Gabriel Meireles
I'm facing the same issue in Windows 11 on Docker v20.10.22
I haven't tried yet but maybe for when working from vscode [Devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) could be the solution taking into account it'll handle the container file system, here's a small example about...
have you tried to install instagram-py library? In my case I was able to fix that with pip3 install Instagram-py make sure to use the proper pip version
take a look on https://github.com/GH05T-HUNTER5/GH05T-INSTA/issues/268#issuecomment-1939335921
`pip3 install requests --upgrade` must fix this error
I think saying "fix it' on an open source project will never be a good ideia, anyways, you can fix that with directly editing the `/usr/local/lib/python3.10/dist-packages/InstagramPy/InstagramPySession.py` file So go to...
> > I think saying "fix it' on an open source project will never be a good ideia, anyways, you can fix that with directly editing the `/usr/local/lib/python3.10/dist-packages/InstagramPy/InstagramPySession.py` file >...
have you tried to install instagram-py library? In my case I was able to fix that with `pip install Instagram-py`
take a look on https://github.com/GH05T-HUNTER5/GH05T-INSTA/issues/268#issuecomment-1939335921