pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
2.03k stars 300 forks source link

Import Error cannot import name 'core' from 'numpy' on Jupyter Notebook #72

Closed qhua01 closed 3 years ago

qhua01 commented 5 years ago

Hi guys, i'm a student who is totally new to Python3 and have no previous experience in coding. I installed Anaconda 3.7 Python and opened Jupyter Notebook to do some of my work. While i was trying to import Numpy, this error popped up at the bottom.

ImportError: cannot import name 'core' from 'numpy'

I've tried to look everywhere but it hasn't got any luck.

mjachi commented 5 years ago

It seems as though this is an issue with numpy, rather than with ffn.

Seeing as this is an Import Error, and you've stated that you're new to Python, did you ensure that you have NumPy imported as well? There are several dependencies (NumPy being one of them) for this library.

timkpaine commented 3 years ago

not related to this library