AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

ImportError: No module named gensvd #93

Closed chung2018 closed 2 years ago

chung2018 commented 6 years ago

Hi,

I run a python script for my radar image processing but I had the following error.

Traceback (most recent call last): File "TimefnInvert.py", line 17, in import solver.tikh as tikh File "/Volumes/chung/analysis/TSX_cost_flow/solver/tikh.py", line 14, in import solver.gsvd.cgsvd as gsvd File "/Volumes/chung/analysis/TSX_cost_flow/solver/gsvd/cgsvd.py", line 1, in import gensvd ImportError: No module named gensvd

I don't know how can I install the module gensvd for python. I tried to use 'pip install gensvd' but there was no gensvd could be found for installing. Any idea? Thank you, Chung