Error when importing tensorflow

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!

Mar.25,2021

your python version is a bit messy.

  1. generally speaking, if you use anaconda, you no longer need to use the Virtualenv construction environment. Instead, you should directly use the anaconda construction environment, and then use the pip install tensorflow installation in this environment. I have tried to have no problem
  2. if you insist on using Virtualenv, you should install the original python version of the system. Then, after entering the environment, execute pip install tensorflow
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7bf94a-1dd55.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7bf94a-1dd55.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?