I am having an issue downloading packages on my Raspberry Pi 2 using pip
. When running sudo pip install packageName
, the following is outputted:
Command python setup.py egg_info failed with error code 1 in /home/pi/build/jsonschema
Storing complete log in /root/.pip/pip.log
Has the package installed successfully, or was there an error? The packages that I am trying to install are piui
and plotly
.