I just tried to install tensorflow, in accordance with the way taught on the official website of tf. The installation method is Virtualenv. The installation is successful. When I enter the virtual environment and import tensorflow, I report an error. The error message is as follows:
import tensorflow as tf
/ Users/Jay/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from float
to np.floating
is deprecated. In future, it will be treated as np.float64 = = np.dtype (float). Type
.
from. _ conv import register_converters as _ register_converters
excuse me, what"s going on? What should I do with it? Please give me your advice, thank you!