Closed MingjieJian closed 2 years ago
That, or the version of numpy you had when building telfit was different from the version in your final environment. I think there are some cython'd files, so you need to have numpy installed prior to installing telfit.
Hi Kevin,
Thanks for the suggestion. Indeed it is caused by some incompatibility between numpy and Telfit. I reinstall Tefit and the error is gone.
Thanks for developing the great package on which I was heavily dependent. I recently reinstall my Ubuntu and also TelFit. When I try to import Telfit (
from telfit import TelluricFitter, DataStructures
), I found an error as below:The version of dependent packages are:
I am wondering is it because the version of
numpy
is too high?Thanks for your help in advance.
Mingjie