pip list shows:
Package Version
---------------------- ---------
absl-py 0.9.0
arch 4.15
async-generator 1.10
attrs 19.3.0
auquan-toolbox 2.1.92
backcall 0.1.0
.....
But when I use from arch import arch_model
, I get the following error:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-52-f7e7e7ccf968> in <module>
----> 1 from arch import arch_model
ModuleNotFoundError: No module named 'arch'
can anyone help?