paulwinex / houdini_install_script

Auto install Houdini script for Windows and Linux
MIT License
33 stars 11 forks source link

This script require requests module. Install: pip install requests #3

Open queglay opened 5 years ago

queglay commented 5 years ago

I've had success with this script in centos, but in ubuntu I get a package error even though it appears the package is installed.

vagrant@ubuntu-xenial:/vagrant$ python /opt/houdini_install_script/houdini_install.py -u 'omitted' -p 'omitted' -i /opt/houdini
This script require requests module.
 Install: pip install requests
vagrant@ubuntu-xenial:/vagrant$ sudo pip install requests
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
  warnings.warn(warning, RequestsDependencyWarning)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
The directory '/home/vagrant/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/vagrant/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages (2.9.1)
vagrant@ubuntu-xenial:/vagrant$ python /opt/houdini_install_script/houdini_install.py -u 'omitted' -p 'omitted' -i /opt/houdini
This script require requests module.
 Install: pip install requests