The solution of ImportError: numpy.core.multiarray failed to import will appear when flownetwork first installs tensorflow and runs

Environment:
win7
python 2.7.14
numpy non-latest version

from flownetwork import flownetwork as fn`这里写代码片`
import networkx as nx
import matplotlib.pyplot as plt

print fn.__version__

When I installed flownetwork for the first time, it was
pip install flownetwork
found that the import module could not run, and the statsmodels library was missing. After installation, I found that ImportError: numpy.core.multiarray failed to import, which is a problem with the core of numpy. Uninstall and reinstall, and the problem is solved.
But my version has an error:
C:\Python27\lib\site-packages\statsmodels\compat\pandas.py:56: FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version. Please use the pandas.tseries module instead.
from pandas.core import datetools

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325163809&siteId=291194637