Installing tensorflow in a Virtual Environment

Hi,

Do you use Python 3.6 in the virtual environment?
If yes, please also install the TensorFlow package within the virtual environment.
For other Python versions, please build the package from the source first.

An alternative is to add a --system-site-packages flag when creating the environment to leverage the native package:

For the h5py issue, please try it with the commands in the below comment:

Thanks.