You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the cyverse-sdk both locally and on stampede.
I ran: curl -L https://cyverse.github.io/cyverse-sdk/install/install.sh | sh
I had this error when I ran the installation script: OSError: [Errno 13] Permission denied: '/opt/apps/intel15/python/2.7.12/lib/python2.7/site-packages/chardet-3.0.4.dist-info
I tried installing to a virtual environment, but I got this error: downloading https://github.com/cyverse/cyverse-sdk/raw/master/requirements.txt to file requirements.txt trying wget... Can not perform a '--user' install. User site-packages are not visible in this virtualenv. Error installing Python dependencies!
os details: CentOS release 6.8 (Final) LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
The text was updated successfully, but these errors were encountered:
I am trying to install the cyverse-sdk both locally and on
stampede
.I ran:
curl -L https://cyverse.github.io/cyverse-sdk/install/install.sh | sh
I had this error when I ran the installation script:
OSError: [Errno 13] Permission denied: '/opt/apps/intel15/python/2.7.12/lib/python2.7/site-packages/chardet-3.0.4.dist-info
I tried installing to a virtual environment, but I got this error:
downloading https://github.com/cyverse/cyverse-sdk/raw/master/requirements.txt to file requirements.txt trying wget... Can not perform a '--user' install. User site-packages are not visible in this virtualenv. Error installing Python dependencies!
os details:
CentOS release 6.8 (Final) LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
The text was updated successfully, but these errors were encountered: