how to install jrjohansson's python wavefunction package? -
i have installed qutip @ centos 6.5.
now try run code
i copy above codes
from scipy import * scipy import optimize wavefunction import * wavefunction.wavefunction1d import * .... but have error when running
importerror: no module named 'wavefunction' then use
conda install wavefunction pip install wavefunction still don't work
no matching distribution found wavefunction package not found please me resolve issue install of python 'wavefunction' package
seems hasnt uploaded conda or pypi. in such cases, can install git:
pip install git+https://github.com/jrjohansson/wavefunction.git#egg=wavefunction
Comments
Post a Comment