0
Module error python
error installing instapy with error code 1 im using linux it throws very huge amount of red text i cant even read all of them it started when failed installing cralifai and then after collecting 32 freaking packages
11 Answers
+ 2
how did u install?
+ 2
sudo pip install instapy?
+ 1
problem solved on linux but i cant install them on windows
+ 1
on windows i use python3 -m install instapy and pip install instapy
+ 1
pip3 install instapy could be a try
+ 1
Oma Falk i think it worked but regex is taking so long
+ 1
maybe manually thenđ
+ 1
update grpcio is error installing
+ 1
If it's not working using terminal, write this code and execute in python console:
from pip._internal import main as pipmain
pipmain(['install', 'instapy'])
if this didn't work use this:
import pip
pip.main(["install", "instapy"])