Closed zhangyu2ustc closed 5 years ago
problems during package installation using pip:
Traceback (most recent call last):
File "/home/yu/tensorflow-py3.6/bin/pip3", line 7, in
Reason: Ciftify has a html.py file which has conflicting issues with the pip package rename it: mv /home/yu/tensorflow-py3.6/lib/python3.6/site-packages/ciftify/html.py /home/yu/tensorflow-py3.6/lib/python3.6/site-packages/ciftify/html_ciftify.py
might cause issues in the future
/home/yuzhang/tensorflow-py3.6/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type
. from ._conv import register_converters as _register_convertersSolution: fixed the problem by:
upgrade the package
as listed in the website: https://github.com/h5py/h5py/issues/961