tflearn安装报错hdf5 is not supported on this machine
程序员文章站
2024-01-10 15:15:55
...
在ubuntu16.04系统中,安装好tensorflow和tflearn后,运行python tflearn命令时报以下错误:
hdf5 is not supported on this machine
scipy not supported!
解决方法很简单,两行代码就可以解决,如下:
pip install h5py --user
sudo apt-get install python-scipy
推荐阅读
-
tflearn安装报错hdf5 is not supported on this machine
-
Python使用pip安装报错:is not a supported wheel on this platform的解决方法
-
Debian10安装vmware tools时报错:Setup is unable to find the “depmod” program on your machine. Please ...
-
brew 安装报错 Running Homebrew as root is extremely dangerous and no longer supported.
-
安装Oracle数据库软件遭遇诡异的HotSpot Virtual Machine Error : 11报错
-
安装Oracle数据库软件遭遇诡异的HotSpot Virtual Machine Error : 11报错
-
Python使用pip安装报错:is not a supported wheel on this platform的解决方法