Module error python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

26th May 2020, 11:26 AM
CutieRei
CutieRei - avatar
11 Answers
+ 2
how did u install?
26th May 2020, 11:31 AM
Oma Falk
Oma Falk - avatar
+ 2
sudo pip install instapy?
26th May 2020, 11:32 AM
Oma Falk
Oma Falk - avatar
26th May 2020, 11:45 AM
Oma Falk
Oma Falk - avatar
+ 1
problem solved on linux but i cant install them on windows
26th May 2020, 11:35 AM
CutieRei
CutieRei - avatar
+ 1
on windows i use python3 -m install instapy and pip install instapy
26th May 2020, 11:36 AM
CutieRei
CutieRei - avatar
+ 1
pip3 install instapy could be a try
26th May 2020, 11:37 AM
Oma Falk
Oma Falk - avatar
+ 1
Oma Falk i think it worked but regex is taking so long
26th May 2020, 11:42 AM
CutieRei
CutieRei - avatar
+ 1
maybe manually then😒
26th May 2020, 11:43 AM
Oma Falk
Oma Falk - avatar
+ 1
update grpcio is error installing
26th May 2020, 11:43 AM
CutieRei
CutieRei - avatar
+ 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"])
26th May 2020, 11:43 AM
Valmob101
Valmob101 - avatar