<div dir="ltr">Hi Alex,<div><br></div><div>Did you make sure to run the apt-get command the script prints out before installation begins? It looks like you might be missing some of the packages yt requires. When you first run the install script, it should print something like:</div><div><br></div><div><div>Looks like you're on an Ubuntu-compatible machine.</div><div><br></div><div>You need to have these packages installed:</div><div><br></div><div>  * libssl-dev</div><div>  * build-essential</div><div>  * libncurses5</div><div>  * libncurses5-dev</div><div>  * zip</div><div>  * uuid-dev</div><div>  * libfreetype6-dev</div><div>  * tk-dev</div><div><br></div><div>You can accomplish this by executing:</div><div><br></div><div>$ sudo apt-get install libssl-dev build-essential libncurses5 libncurses5-dev zip uuid-dev libfreetype6-dev tk-dev</div><div><br></div></div><div><br></div><div>If you haven't run that apt-get command, that would explain the error you're seeing.</div><div><br></div><div>Jeff</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 30, 2015 at 11:12 AM alex volioths <<a href="mailto:alex-volos@hotmail.com">alex-volos@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hello everyone,<div><br></div><div>I have just learned about yt and I'd like to try it out.</div><div> I tried to install it using the shell script but i got the following error:</div><div>I am using Ubuntu 14.04 64 bit.</div><div><br></div><div><div>Installing pip</div><div>********************************************</div><div>        FAILURE REPORT:</div><div>********************************************</div><div><br></div><div>    bootstrap(tmpdir=tmpdir)</div><div>  File "get-pip.py", line 82, in bootstrap</div><div>    import pip</div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/__init__.py", line 15, in <module></div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/vcs/subversion.py", line 9, in <module></div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/index.py", line 30, in <module></div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/wheel.py", line 35, in <module></div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/_vendor/distlib/scripts.py", line 14, in <module></div><div>  File "/tmp/tmp4MGuKb/pip.zip/pip/_vendor/distlib/compat.py", line 31, in <module></div><div>ImportError: cannot import name HTTPSHandler</div></div><div><br></div><div>I have also attached the last lines from the log file.</div><div><br></div><div>Does anyone knows how can this error be fixed?</div><div><br></div><div>Thank you</div><div>Alex</div><div><br></div>                                       </div></div>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div>