I want to use this python-binding to CUDA
https://store.continuum.io/cshop/accelerate/
But there is a problem. As the support told me:
Anaconda doesn't work with your system python or your system python libraries. Anaconda supersedes it. The Anaconda install changes your path so when you open up a terminal and type python the first and only python and python libraries it sees are in your home directory. (unless you are on windows, that's a different story)
All of these instructions are for linux:
* Install Anaconda from continuum.io/downloads
* You can update libraries directly from the terminal by typing:
conda install <package>
if that fails (as it will for pygtk because there isn't a conda package in the anaconda channel for that yet)
you can look on binstar.org to find the package you want built by the community.
conda install -c https://conda.binstar.org/ska pygtk
Pip installs also work.
pip install <package_name>
So I would like to solve this problem...... I need the community help!!!! Many thanks!!
https://store.continuum.io/cshop/accelerate/
But there is a problem. As the support told me:
Quote:
Anaconda doesn't work with your system python or your system python libraries. Anaconda supersedes it. The Anaconda install changes your path so when you open up a terminal and type python the first and only python and python libraries it sees are in your home directory. (unless you are on windows, that's a different story)
All of these instructions are for linux:
* Install Anaconda from continuum.io/downloads
* You can update libraries directly from the terminal by typing:
conda install <package>
if that fails (as it will for pygtk because there isn't a conda package in the anaconda channel for that yet)
you can look on binstar.org to find the package you want built by the community.
conda install -c https://conda.binstar.org/ska pygtk
Pip installs also work.
pip install <package_name>
No comments:
Post a Comment