Discussion:
[conda] Future warning after importing TensorFlow
Armin Najarpour Foroushani
2018-11-10 22:28:15 UTC
Permalink
Hello,

Recently I installed Anaconda3-5.2.0-windows-x86_64 on Windows 10. Then I
installed TensorFlow using conda install -c conda-forge tensorflow
When I import tensorflow I receive the following Future warning:

C:\Users\Admin\Anaconda3\lib\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

What should I do to solve this problem?

Thanks
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/9e740055-d501-40b0-a1a5-3ca5c88a9b8d%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Paul Hobson
2018-11-12 05:34:56 UTC
Permalink
It's just warning, so you can safely ignore it. The developeres of h5py
will need to update their code at some point.

On Sat, Nov 10, 2018 at 2:28 PM Armin Najarpour Foroushani <
Post by Armin Najarpour Foroushani
Hello,
Recently I installed Anaconda3-5.2.0-windows-x86_64 on Windows 10. Then I
installed TensorFlow using conda install -c conda-forge tensorflow
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
What should I do to solve this problem?
Thanks
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit
https://groups.google.com/a/continuum.io/d/msgid/conda/9e740055-d501-40b0-a1a5-3ca5c88a9b8d%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9e740055-d501-40b0-a1a5-3ca5c88a9b8d%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CADT3MEBn3yS5L4rgBbHkXChbgH88t5HL8JvxrZfEbRo92voeRw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Armin Najarpour Foroushani
2018-11-12 16:25:30 UTC
Permalink
Thank you Paul
Post by Paul Hobson
It's just warning, so you can safely ignore it. The developeres of h5py
will need to update their code at some point.
On Sat, Nov 10, 2018 at 2:28 PM Armin Najarpour Foroushani <
Post by Armin Najarpour Foroushani
Hello,
Recently I installed Anaconda3-5.2.0-windows-x86_64 on Windows 10. Then I
installed TensorFlow using conda install -c conda-forge tensorflow
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
What should I do to solve this problem?
Thanks
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/
.
To view this discussion on the web visit
https://groups.google.com/a/continuum.io/d/msgid/conda/9e740055-d501-40b0-a1a5-3ca5c88a9b8d%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9e740055-d501-40b0-a1a5-3ca5c88a9b8d%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout
.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/e4207857-a4ea-4f6a-8d75-c09c99bba344%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...