Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After updtae Anaconda, tf is not working #42197

Closed
Libardo1 opened this issue Aug 10, 2020 · 7 comments
Closed

After updtae Anaconda, tf is not working #42197

Libardo1 opened this issue Aug 10, 2020 · 7 comments
Assignees
Labels
stat:awaiting response Status - Awaiting response from author subtype:windows Windows Build/Installation Issues type:build/install Build and install issues

Comments

@Libardo1
Copy link

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
  • TensorFlow installed from (source or binary):
  • TensorFlow version:
  • Python version:
  • Installed using virtualenv? pip? conda?:
  • Bazel version (if compiling from source):
  • GCC/Compiler version (if compiling from source):
  • CUDA/cuDNN version:
  • GPU model and memory:

Describe the problem

Provide the exact sequence of commands / steps that you executed before running into the problem

Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

@Libardo1 Libardo1 added the type:build/install Build and install issues label Aug 10, 2020
@Libardo1
Copy link
Author

After update Anaconda with:
conda update --all

tf is not working.
import tensorflow as tf
from tensorflow import keras
I receive this message:

ImportError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.

ImportError: DLL load failed: No se puede encontrar el módulo especificado.

During handling of the above exception, another exception occurred:

ImportError Traceback (most recent call last)
in
1 # And the tf and keras framework, thanks to Google
----> 2 import tensorflow as tf
3 from tensorflow import keras

C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_init_.py in
39 import sys as _sys
40
---> 41 from tensorflow.python.tools import module_util as _module_util
42 from tensorflow.python.util.lazy_loader import LazyLoader as _LazyLoader
43

C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python_init_.py in
38 # pylint: disable=wildcard-import,g-bad-import-order,g-import-not-at-top
39
---> 40 from tensorflow.python.eager import context
41
42 # pylint: enable=wildcard-import

C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\eager\context.py in
33 from tensorflow.core.protobuf import config_pb2
34 from tensorflow.core.protobuf import rewriter_config_pb2
---> 35 from tensorflow.python import pywrap_tfe
36 from tensorflow.python import tf2
37 from tensorflow.python.client import pywrap_tf_session

C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tfe.py in
26
27 # pylint: disable=invalid-import-order,g-bad-import-order, wildcard-import, unused-import
---> 28 from tensorflow.python import pywrap_tensorflow
29 from tensorflow.python._pywrap_tfe import *

C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in
81 for some common reasons and solutions. Include the entire stack trace
82 above this error message when asking for help.""" % traceback.format_exc()
---> 83 raise ImportError(msg)
84
85 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-long

ImportError: Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: No se puede encontrar el módulo especificado.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

I would appreciate your help to solve my issue.

@ravikyram ravikyram added the subtype:windows Windows Build/Installation Issues label Aug 11, 2020
@ravikyram
Copy link
Contributor

@Libardo1

What is make/model of your cpu?
I suspect your cpu model does not support AVX instructions sets.See hardware requirements
Make sure to download the latest microsoft visual c++ redistributable from here.
.Also, please follow the instructions from to install from Tensorflow website.

Did you try with tested build configuration from here and see if you are facing the issue.

Please, check Your CPU/Python is on 32 bits?Please, refer #36167 and see if it helps you.Please, refer similar issues #36167 #36151 #36138 #36054 #36045 #36020 #36003 #35988 #35903 #35880 #35865 #35805 #35789 #35773 #35772 #35767 #35766 #35749 #35721 #35618 #35204

This issue is more suitable on Continuum Anaconda repo since its related to TF installation with Anaconda.
Please post it on Continuum Anaconda.
Thanks!

@ravikyram ravikyram added the stat:awaiting response Status - Awaiting response from author label Aug 11, 2020
@Libardo1
Copy link
Author

(base) PS C:\Users\Libardo> conda info

 active environment : base
active env location : C:\ProgramData\Anaconda3
        shell level : 1
   user config file : C:\Users\Libardo\.condarc

populated config files : C:\Users\Libardo.condarc
conda version : 4.8.4
conda-build version : 3.19.2
python version : 3.7.8.final.0
virtual packages :
base environment : C:\ProgramData\Anaconda3 (writable)
channel URLs : https://conda.anaconda.org/conda-forge/win-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/anaconda-fusion/win-64
https://conda.anaconda.org/anaconda-fusion/noarch
https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\ProgramData\Anaconda3\pkgs
C:\Users\Libardo.conda\pkgs
C:\Users\Libardo\AppData\Local\conda\conda\pkgs
envs directories : C:\ProgramData\Anaconda3\envs
C:\Users\Libardo.conda\envs
C:\Users\Libardo\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.8.4 requests/2.24.0 CPython/3.7.8 Windows/10 Windows/10.0.19041
administrator : False
netrc file : None
offline mode : False

@Libardo1
Copy link
Author

(base) PS C:\Users\Libardo> conda list --show-channel-urls

packages in environment at C:\ProgramData\Anaconda3:

Name Version Build Channel

_anaconda_depends 2019.03 py37_0 anaconda
_ipyw_jlab_nb_ext_conf 0.1.0 py37_0 defaults
_tflow_select 2.1.0 gpu anaconda
abseil-cpp 20200225.2 ha925a31_2 conda-forge
absl-py 0.8.1 pypi_0 pypi
affine 2.3.0 py_0 conda-forge
alabaster 0.7.12 py_0 conda-forge
anaconda custom py37_1 defaults
anaconda-client 1.7.2 py_0 conda-forge
anaconda-navigator 1.9.12 py37_0 defaults
anaconda-project 0.8.3 py_0 conda-forge
analytics-python 1.2.9 pypi_0 pypi
aniso8601 8.0.0 pypi_0 pypi
appdirs 1.4.3 pypi_0 pypi
archspec 0.1.1 pyh9f0ad1d_0 conda-forge
arctic 1.79.2 pypi_0 pypi
argh 0.26.2 pyh9f0ad1d_1002 conda-forge
argon2-cffi 20.1.0 py37h4ab8f01_1 conda-forge
arrow-cpp 1.0.0 py37h1234567_1_cpu conda-forge
arviz 0.6.1 pypi_0 pypi
asn1crypto 1.4.0 pyh9f0ad1d_0 conda-forge
astor 0.8.0 pypi_0 pypi
astroid 2.4.2 py37hc8dfbb8_0 conda-forge
astropy 4.0.1.post1 py37h8055547_0 conda-forge
astunparse 1.6.3 pypi_0 pypi
atomicwrites 1.4.0 pyh9f0ad1d_0 conda-forge
attrs 19.3.0 py_0 conda-forge
autoimpute 0.11.6 pypi_0 pypi
autokeras 1.0.2 pypi_0 pypi
autopep8 1.5.4 pyh9f0ad1d_0 conda-forge
aws-sdk-cpp 1.7.164 vc14h84f8083_2 conda-forge
babel 2.8.0 py_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 py_2 conda-forge
backports.functools_lru_cache 1.6.1 py_0 conda-forge
backports.os 0.1.1 py37hc8dfbb8_1002 conda-forge
backports.shutil_get_terminal_size 1.0.0 py_3 conda-forge
bamboolib 0.1.1 pypi_0 pypi
bcrypt 3.1.7 py37h8055547_1 conda-forge
beautifulsoup4 4.9.1 py37hc8dfbb8_0 conda-forge
bert-for-tf2 0.13.5 pypi_0 pypi
bitarray 1.4.2 py37h4ab8f01_0 conda-forge
bkcharts 0.2 py37_0 defaults
blas 1.0 mkl defaults
bleach 3.1.5 pyh9f0ad1d_0 conda-forge
blinker 1.4 py_1 conda-forge
blosc 1.20.0 ha925a31_0 conda-forge
bokeh 2.1.1 py37hc8dfbb8_0 conda-forge
boost-cpp 1.72.0 h89d28cc_2 conda-forge
boto 2.49.0 py_0 conda-forge
boto3 1.10.34 pypi_0 pypi
botocore 1.13.34 pypi_0 pypi
bottleneck 1.3.2 py37hbc2f12b_1 conda-forge
branca 0.3.1 py_0 conda-forge
brotli 1.0.7 ha925a31_1004 conda-forge
brotlipy 0.7.0 py37h4ab8f01_1000 conda-forge
bs4 0.0.1 pypi_0 pypi
bzip2 1.0.8 hfa6e2cd_2 conda-forge
c-ares 1.16.1 h62dcd97_0 conda-forge
ca-certificates 2020.6.24 0 anaconda
cachetools 4.1.1 py_0 conda-forge
causalgraphicalmodels 0.0.4 pypi_0 pypi
causalimpact 0.1.6 pypi_0 pypi
causalinference 0.1.2 pypi_0 pypi
certifi 2020.6.20 py37_0 anaconda
cffi 1.14.1 py37h26f1ce3_0 conda-forge
cfitsio 3.470 hbbe6aef_6 conda-forge
cftime 1.0.4.2 pypi_0 pypi
chardet 3.0.4 py37hc8dfbb8_1006 conda-forge
charls 2.1.0 h33f27b4_2 conda-forge
chart-studio 1.1.0 pyh9f0ad1d_0 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
click-plugins 1.1.1 py_0 conda-forge
cligj 0.5.0 py_0 conda-forge
cloudpickle 1.5.0 py_0 conda-forge
clyent 1.2.2 py_1 conda-forge
cmdstanpy 0.4.0 pypi_0 pypi
colorama 0.4.3 py_0 conda-forge
comtypes 1.1.7 py37hc8dfbb8_1001 conda-forge
conda 4.8.4 py37hc8dfbb8_2 conda-forge
conda-build 3.19.2 py37hc8dfbb8_3 conda-forge
conda-env 2.6.0 1 conda-forge
conda-package-handling 1.6.0 py37h702c6c1_2 conda-forge
conda-verify 3.1.1 py37hc8dfbb8_1001 conda-forge
confound-prediction 0.0.1a1 pypi_0 pypi
console_shortcut 0.1.1 4 defaults
contextlib2 0.6.0.post1 py_0 conda-forge
conv 0.2 pypi_0 pypi
convertdate 2.2.1 pyh9f0ad1d_0 conda-forge
cryptography 3.0 py37h26f1ce3_0 conda-forge
cudatoolkit 10.1.243 h74a9793_0 defaults
cudnn 7.6.5 cuda10.1_0 anaconda
curl 7.71.1 h4b64cdc_4 conda-forge
cvxpy 1.0.25 pypi_0 pypi
cycler 0.10.0 py_2 conda-forge
cython 0.29.21 py37h1834ac0_0 conda-forge
cytoolz 0.10.1 py37hfa6e2cd_0 conda-forge
dask 2.22.0 py_0 conda-forge
dask-core 2.22.0 py_0 conda-forge
datetime 4.3 pypi_0 pypi
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
deprecation 2.0.7 pypi_0 pypi
diff-match-patch 20200713 pyh9f0ad1d_0 conda-forge
dill 0.3.1.1 pypi_0 pypi
distributed 2.22.0 py37hc8dfbb8_0 conda-forge
docutils 0.16 py37hc8dfbb8_1 conda-forge
dowhy 0.1.1 pypi_0 pypi
dtale 1.5.0 pypi_0 pypi
econml 0.5 pypi_0 pypi
ecos 2.0.7.post1 pypi_0 pypi
eikon 1.0.1 pypi_0 pypi
entrypoints 0.3 py37hc8dfbb8_1001 conda-forge
enum-compat 0.0.3 pypi_0 pypi
ephem 3.7.7.1 py37hfa6e2cd_0 conda-forge
et_xmlfile 1.0.1 py_1001 conda-forge
expat 2.2.9 he025d50_2 conda-forge
fancyimpute 0.5.4 pypi_0 pypi
fastcache 1.1.0 py37h8055547_1 conda-forge
fbprophet 0.6 py37h6538335_0 conda-forge
filelock 3.0.12 pyh9f0ad1d_0 conda-forge
findspark 1.3.0 py_1 conda-forge
fiona 1.8.13 py37hef9e828_1 conda-forge
flake8 3.8.3 py_1 conda-forge
flask 1.1.2 pyh9f0ad1d_0 conda-forge
flask-compress 1.4.0 pypi_0 pypi
flask-restful 0.3.8 pypi_0 pypi
freetype 2.10.2 hd328e21_0 conda-forge
freexl 1.0.5 hd288d7e_1002 conda-forge
fsspec 0.8.0 py_0 conda-forge
future 0.18.2 py37hc8dfbb8_1 conda-forge
gast 0.3.3 pypi_0 pypi
gdal 3.0.4 py37hd44be9e_7 conda-forge
geojson 2.5.0 py_0 conda-forge
geopandas 0.8.1 py_0 conda-forge
geos 3.8.1 he025d50_0 conda-forge
geotiff 1.5.1 h3d29ae3_10 conda-forge
get_terminal_size 1.0.0 h38e98db_0 defaults
gettext 0.19.8.1 hb01d8f6_1002 conda-forge
gevent 20.6.2 py37h4ab8f01_0 conda-forge
gflags 2.2.2 ha925a31_1004 conda-forge
giflib 5.2.1 h2fa13f4_2 conda-forge
glib 2.65.0 he4de6d7_0 conda-forge
glob2 0.7 py_0 conda-forge
glog 0.4.0 h0174b99_3 conda-forge
gmaps 0.9.0 py_0 conda-forge
google-auth 1.7.1 pypi_0 pypi
google-auth-oauthlib 0.4.1 py_2 conda-forge
google-pasta 0.1.8 pypi_0 pypi
greenlet 0.4.16 py37h4ab8f01_0 conda-forge
grpc-cpp 1.30.1 h45b88af_1 conda-forge
grpcio 1.25.0 pypi_0 pypi
h5py 2.10.0 nompi_py37hde23a51_104 conda-forge
hdf4 4.2.13 hf8e6fe8_1003 conda-forge
hdf5 1.10.6 nompi_he0bbb20_101 conda-forge
heapdict 1.0.1 py_0 conda-forge
hiplot 0.1.1 pypi_0 pypi
holidays 0.10.3 pyh9f0ad1d_0 conda-forge
html5lib 1.1 pyh9f0ad1d_0 conda-forge
hummingbird-ml 0.0.2 pypi_0 pypi
hupper 1.10.2 py_0 conda-forge
hypothesis 5.24.0 py_0 conda-forge
icc_rt 2019.0.0 h0cc432a_1 defaults
icu 64.2 he025d50_1 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
imagecodecs 2020.5.30 py37h92c78e3_2 conda-forge
imageio 2.9.0 py_0 conda-forge
imagesize 1.2.0 py_0 conda-forge
importlib-metadata 1.7.0 py37hc8dfbb8_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
inflection 0.4.0 pypi_0 pypi
iniconfig 1.0.1 pyh9f0ad1d_0 conda-forge
intel-openmp 2019.4 245 defaults
intervaltree 3.0.2 py_0 conda-forge
ipykernel 5.3.4 py37h5ca1d4c_0 conda-forge
ipyleaflet 0.13.3 pyh9f0ad1d_0 conda-forge
ipython 7.17.0 py37hc6149b9_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 7.5.1 py_0 conda-forge
isort 4.3.21 py37hc8dfbb8_1 conda-forge
itsdangerous 1.1.0 py_0 conda-forge
jdcal 1.4.1 py_0 conda-forge
jedi 0.15.2 py37_0 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
jmespath 0.9.4 pypi_0 pypi
joblib 0.16.0 py_0 conda-forge
jpeg 9d he774522_0 conda-forge
json5 0.9.4 pyh9f0ad1d_0 conda-forge
jsonschema 3.2.0 py37hc8dfbb8_1 conda-forge
jupyter 1.0.0 py_2 conda-forge
jupyter_client 6.1.6 py_0 conda-forge
jupyter_console 6.1.0 py_1 conda-forge
jupyter_core 4.6.3 py37hc8dfbb8_1 conda-forge
jupyterlab 2.2.4 py_0 conda-forge
jupyterlab_server 1.2.0 py_0 conda-forge
jxrlib 1.1 hfa6e2cd_2 conda-forge
kealib 1.4.13 h3b59ab9_1 conda-forge
keras 2.3.1 py37h21ff451_0 conda-forge
keras-applications 1.0.8 py_1 conda-forge
keras-preprocessing 1.1.2 pypi_0 pypi
keras-tuner 1.0.1 pypi_0 pypi
keyring 21.3.0 py37hc8dfbb8_0 conda-forge
kiwisolver 1.2.0 py37heaa310e_0 conda-forge
kmeans1d 0.2.0 pypi_0 pypi
knnimpute 0.1.0 pypi_0 pypi
korean_lunar_calendar 0.2.1 pyh9f0ad1d_0 conda-forge
krb5 1.17.1 hc04afaa_2 conda-forge
lazy-object-proxy 1.4.3 py37h8055547_2 conda-forge
lcms2 2.11 he1115b7_0 conda-forge
lerc 2.2 ha925a31_0 conda-forge
libaec 1.0.4 he025d50_1 conda-forge
libarchive 3.3.3 h0c0e0cf_1008 conda-forge
libblas 3.8.0 14_mkl conda-forge
libcblas 3.8.0 14_mkl conda-forge
libclang 9.0.1 default_hf44288c_0 conda-forge
libcurl 7.71.1 h4b64cdc_4 conda-forge
libffi 3.2.1 h6538335_1007 conda-forge
libgdal 3.0.4 hf164de3_7 conda-forge
libgpuarray 0.7.6 hfa6e2cd_1003 conda-forge
libiconv 1.15 hfa6e2cd_1006 conda-forge
libkml 1.3.0 h7e985d0_1011 conda-forge
liblapack 3.8.0 14_mkl conda-forge
liblief 0.10.1 ha925a31_0 defaults
libnetcdf 4.7.4 nompi_h256d12c_105 conda-forge
libpng 1.6.37 hfe6a214_1 conda-forge
libpq 12.3 hd9aa61d_0 conda-forge
libprotobuf 3.12.4 h200bbdf_0 conda-forge
libpython 2.0 py37hc8dfbb8_0 conda-forge
libsodium 1.0.17 h2fa13f4_0 conda-forge
libspatialindex 1.9.3 he025d50_3 conda-forge
libspatialite 4.3.0a h51df0ed_1038 conda-forge
libssh2 1.9.0 hb06d900_5 conda-forge
libtiff 4.1.0 h885aae3_6 conda-forge
libutf8proc 2.5.0 h9e6e254_2 conda-forge
libwebp-base 1.1.0 hfa6e2cd_3 conda-forge
libxml2 2.9.10 h5d81f1c_2 conda-forge
libxslt 1.1.33 h579f668_1 conda-forge
libzopfli 1.0.3 ha925a31_0 conda-forge
lightgbm 2.3.1 pypi_0 pypi
llvm-meta 9.0.1 0 conda-forge
llvmlite 0.33.0 py37h8b575af_1 conda-forge
lmu 0.1 dev_0
locket 0.2.0 py_2 conda-forge
lunarcalendar 0.0.9 py_0 conda-forge
lxml 4.5.2 py37h8ba8a40_0 conda-forge
lz4 2.2.1 pypi_0 pypi
lz4-c 1.9.2 h62dcd97_1 conda-forge
lzo 2.10 hfa6e2cd_1000 conda-forge
m2-msys2-runtime 2.5.0.17080.65c939c 3 defaults
m2-patch 2.7.5 2 defaults
m2w64-binutils 2.25.1 5 defaults
m2w64-bzip2 1.0.6 6 defaults
m2w64-crt-git 5.0.0.4636.2595836 2 defaults
m2w64-expat 2.1.1 2 defaults
m2w64-gcc 5.3.0 6 defaults
m2w64-gcc-ada 5.3.0 6 defaults
m2w64-gcc-fortran 5.3.0 6 defaults
m2w64-gcc-libgfortran 5.3.0 6 defaults
m2w64-gcc-libs 5.3.0 7 defaults
m2w64-gcc-libs-core 5.3.0 7 defaults
m2w64-gcc-objc 5.3.0 6 defaults
m2w64-gettext 0.19.7 2 defaults
m2w64-gmp 6.1.0 2 defaults
m2w64-headers-git 5.0.0.4636.c0ad18a 2 defaults
m2w64-isl 0.16.1 2 defaults
m2w64-libiconv 1.14 6 defaults
m2w64-libmangle-git 5.0.0.4509.2e5a9a2 2 defaults
m2w64-libwinpthread-git 5.0.0.4634.697f757 2 defaults
m2w64-make 4.1.2351.a80a8b8 2 defaults
m2w64-mpc 1.0.3 3 defaults
m2w64-mpfr 3.1.4 4 defaults
m2w64-pkg-config 0.29.1 2 defaults
m2w64-toolchain 5.3.0 7 defaults
m2w64-tools-git 5.0.0.4592.90b8472 2 defaults
m2w64-windows-default-manifest 6.4 3 defaults
m2w64-winpthreads-git 5.0.0.4634.697f757 2 defaults
m2w64-xz 5.2.2 2 defaults
m2w64-zlib 1.2.8 10 defaults
mako 1.1.3 pyh9f0ad1d_0 conda-forge
markdown 3.1.1 pypi_0 pypi
markupsafe 1.1.1 py37h8055547_1 conda-forge
matplotlib 3.3.0 1 conda-forge
matplotlib-base 3.3.0 py37h35e8a6e_1 conda-forge
mccabe 0.6.1 py_1 conda-forge
menuinst 1.4.16 py37_0 conda-forge
metaflow 2.0.0 pypi_0 pypi
missingno 0.4.2 pypi_0 pypi
mistune 0.8.4 py37h8055547_1001 conda-forge
mkl 2019.4 245 defaults
mkl-service 2.3.0 py37hfa6e2cd_0 conda-forge
mkl_fft 1.1.0 py37hc8d92b1_1 conda-forge
mkl_random 1.1.0 py37he350917_0 conda-forge
mlxtend 0.17.2 pypi_0 pypi
mock 4.0.2 py37hc8dfbb8_0 conda-forge
mockextras 1.0.2 pypi_0 pypi
more-itertools 8.4.0 py_0 conda-forge
mpmath 1.1.0 py_0 conda-forge
msgpack-python 1.0.0 py37heaa310e_1 conda-forge
msys2-conda-epoch 20160418 1 defaults
multipledispatch 0.6.0 py_0 conda-forge
multiprocess 0.70.9 pypi_0 pypi
munch 2.5.0 py_0 conda-forge
navigator-updater 0.2.1 py37_0 defaults
nbconvert 5.6.1 py37hc8dfbb8_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
nengo 2.8.0 pypi_0 pypi
nengo-gui 0.4.6 pypi_0 pypi
nengolib 0.5.2 pypi_0 pypi
networkx 2.4 py_1 conda-forge
neuraxle 0.3.4 pypi_0 pypi
ninja 1.10.0 h1ad3211_0 conda-forge
nltk 3.4.4 py_0 conda-forge
nose 1.3.7 py37hc8dfbb8_1004 conda-forge
notebook 6.1.1 py37hc8dfbb8_0 conda-forge
numba 0.50.1 py37h3bbf574_1 conda-forge
numexpr 2.7.1 py37h1834ac0_1 conda-forge
numpy 1.18.1 pypi_0 pypi
numpy-base 1.18.5 py37hc3f5095_0 defaults
numpydoc 1.1.0 pyh9f0ad1d_0 conda-forge
oauthlib 3.1.0 pypi_0 pypi
olefile 0.46 py_0 conda-forge
onnx 1.7.0 pypi_0 pypi
onnxconverter-common 1.7.0 pypi_0 pypi
openjpeg 2.3.1 h57dd2e7_3 conda-forge
openpyxl 3.0.4 py_0 conda-forge
openssl 1.1.1g he774522_0 anaconda
opt-einsum 3.1.0 pypi_0 pypi
opt_einsum 3.3.0 py_0 conda-forge
osqp 0.6.1 pypi_0 pypi
packaging 20.4 pyh9f0ad1d_0 conda-forge
pandas 1.1.0 py37h1834ac0_0 conda-forge
pandas-datareader 0.8.1 pypi_0 pypi
pandoc 2.10.1 he774522_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
paramiko 2.7.1 pyh9f0ad1d_1 conda-forge
params-flow 0.7.4 pypi_0 pypi
parquet-cpp 1.5.1 2 conda-forge
parso 0.5.2 py_0 defaults
partd 1.1.0 py_0 conda-forge
pastedeploy 2.1.0 pyh9f0ad1d_0 conda-forge
path 15.0.0 py37hc8dfbb8_0 conda-forge
path.py 12.5.0 0 conda-forge
pathlib2 2.3.5 py37hc8dfbb8_1 conda-forge
pathtools 0.1.2 py_1 conda-forge
patsy 0.5.1 py_0 conda-forge
pcre 8.44 h6538335_0 conda-forge
pep8 1.7.1 py_0 conda-forge
pexpect 4.8.0 py37hc8dfbb8_1 conda-forge
phased-lstm-keras 1.0.2 pypi_0 pypi
pickleshare 0.7.5 py37hc8dfbb8_1001 conda-forge
pillow 7.2.0 py37hc826c6e_1 conda-forge
pip 20.0.2 pypi_0 pypi
pkginfo 1.5.0.1 py_0 conda-forge
plaster 1.0 py_0 conda-forge
plaster_pastedeploy 0.7 py_0 conda-forge
plotly 4.3.0 pypi_0 pypi
pluggy 0.13.1 py37hc8dfbb8_2 conda-forge
ply 3.11 py_1 conda-forge
pmdarima 0.0.0 pypi_0 pypi
poppler 0.67.0 h1707e21_8 conda-forge/label/cf202003
poppler-data 0.4.9 1 conda-forge
postgresql 12.3 he14cc48_0 conda-forge
powershell_shortcut 0.0.1 3 defaults
ppscore 0.0.2 pypi_0 pypi
proj 7.0.0 haa36216_5 conda-forge
prometheus_client 0.8.0 pyh9f0ad1d_0 conda-forge
prompt-toolkit 3.0.6 py_0 conda-forge
prompt_toolkit 3.0.6 0 conda-forge
protobuf 3.10.0 pypi_0 pypi
psutil 5.7.2 py37h4ab8f01_0 conda-forge
py 1.9.0 pyh9f0ad1d_0 conda-forge
py-lief 0.10.1 py37ha925a31_0 defaults
py-params 0.9.4 pypi_0 pypi
py4j 0.10.9 pyh9f0ad1d_0 conda-forge
pyarrow 1.0.0 py37h1234567_1_cpu conda-forge
pyasn1 0.4.8 py_0 conda-forge
pyasn1-modules 0.2.7 pypi_0 pypi
pycodestyle 2.6.0 pyh9f0ad1d_0 conda-forge
pycosat 0.6.3 py37h8055547_1004 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pycrypto 2.6.1 py37h8055547_1004 conda-forge
pycurl 7.43.0.5 py37h24bd3af_2 conda-forge
pydocstyle 5.0.2 py_0 conda-forge
pydot 1.4.1 pypi_0 pypi
pyflakes 2.2.0 pyh9f0ad1d_0 conda-forge
pygments 2.6.1 py_0 conda-forge
pygpu 0.7.6 py37h44b1f71_1001 conda-forge
pyjwt 1.7.1 py_0 conda-forge
pylint 2.5.3 py37hc8dfbb8_0 conda-forge
pylops 1.9.0 pypi_0 pypi
pymc3 3.8 pypi_0 pypi
pymeeus 0.3.7 pyh9f0ad1d_0 conda-forge
pymongo 3.9.0 pypi_0 pypi
pymrio 0.4.1 pypi_0 pypi
pynacl 1.3.0 py37h2fa13f4_1001 conda-forge
pyodbc 4.0.30 py37h6538335_0 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyproj 2.6.1.post1 py37h1d8b288_0 conda-forge
pyqt 5.12.3 py37h6538335_1 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
pyramid 1.10.1 py_0 conda-forge
pyreadline 2.1 py37_1001 conda-forge
pyrsistent 0.16.0 py37h8055547_0 conda-forge
pysocks 1.7.1 py37hc8dfbb8_1 conda-forge
pyspark 3.0.0 py_0 conda-forge
pystan 2.19.1.1 pypi_0 pypi
pytables 3.6.1 py37h2d87964_2 conda-forge
pytesseract 0.3.2 pypi_0 pypi
pytest 6.0.1 py37hc8dfbb8_0 conda-forge
pytest-arraydiff 0.3 py_0 conda-forge
pytest-astropy 0.7.0 py_0 conda-forge
pytest-astropy-header 0.1.2 py_0 conda-forge
pytest-doctestplus 0.8.0 py_0 conda-forge
pytest-openfiles 0.5.0 py_0 conda-forge
pytest-remotedata 0.3.1 py_0 conda-forge
python 3.7.8 h60c2a47_1_cpython conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-graphviz 0.13.2 pypi_0 pypi
python-jsonrpc-server 0.3.4 pyh9f0ad1d_1 conda-forge
python-language-server 0.31.9 py37hc8dfbb8_0 conda-forge
python-libarchive-c 2.9 py37_0 conda-forge
python_abi 3.7 1_cp37m conda-forge
pytorch 1.4.0 py3.7_cuda101_cudnn7_0 pytorch
pytrends 4.7.3 pypi_0 pypi
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pywavelets 1.1.1 py37h44b1f71_1 conda-forge
pywin32 227 py37hfa6e2cd_0 conda-forge
pywin32-ctypes 0.2.0 py37hc8dfbb8_1001 conda-forge
pywinpty 0.5.7 py37_0 conda-forge
pyyaml 5.3.1 py37h8055547_0 conda-forge
pyzmq 19.0.2 py37h453f00a_0 conda-forge
qdarkstyle 2.8.1 pyh9f0ad1d_0 conda-forge
qgrid 1.1.1 pypi_0 pypi
qt 5.12.5 h7ef1ec2_0 conda-forge
qtawesome 0.7.2 pyh9f0ad1d_0 conda-forge
qtconsole 4.7.5 pyh9f0ad1d_0 conda-forge
qtpy 1.9.0 py_0 conda-forge
quandl 3.5.0 pypi_0 pypi
quantecon 0.4.6 pypi_0 pypi
rasterio 1.1.5 py37h02db82b_1 conda-forge
re2 2020.08.01 ha925a31_0 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
requests-oauthlib 1.3.0 pyh9f0ad1d_0 conda-forge
retrying 1.3.3 pypi_0 pypi
ripgrep 12.1.1 h301d43c_0 conda-forge
rope 0.17.0 pyh9f0ad1d_0 conda-forge
rpy2 2.9.5 pypi_0 pypi
rsa 4.6 pyh9f0ad1d_0 conda-forge
rtree 0.9.4 py37h804a536_1 conda-forge
ruamel_yaml 0.15.80 py37h8055547_1001 conda-forge
s3transfer 0.2.1 pypi_0 pypi
scikit-image 0.17.2 py37h3bbf574_1 conda-forge
scikit-learn 0.23.2 py37hdc70db3_0 conda-forge
scipy 1.3.1 pypi_0 pypi
scs 2.1.1-2 pypi_0 pypi
seaborn 0.10.1 1 conda-forge
seaborn-base 0.10.1 py_1 conda-forge
selenium 3.141.0 pypi_0 pypi
send2trash 1.5.0 py_0 conda-forge
setuptools 49.3.1 py37hc8dfbb8_0 conda-forge
setuptools-git 1.2 pypi_0 pypi
shapely 1.7.0 py37he1cf020_3 conda-forge
simplegeneric 0.8.1 py_1 conda-forge
singledispatch 3.4.0.3 py37_1000 conda-forge
sip 4.19.20 py37h6538335_0 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
sklearn 0.0 pypi_0 pypi
sklearn-contrib-py-earth 0.1.0+1.gdde5f89 dev_0
snappy 1.1.8 ha925a31_3 conda-forge
snowballstemmer 2.0.0 py_0 conda-forge
snuggs 1.4.7 py_0 conda-forge
sortedcollections 1.2.1 pyh9f0ad1d_0 conda-forge
sortedcontainers 2.2.2 pyh9f0ad1d_0 conda-forge
soupsieve 2.0.1 py37hc8dfbb8_0 conda-forge
sparse 0.8.0 pypi_0 pypi
sphinx 3.2.0 py_0 conda-forge
sphinxcontrib 1.0 py37_1 defaults
sphinxcontrib-applehelp 1.0.2 py_0 conda-forge
sphinxcontrib-devhelp 1.0.2 py_0 conda-forge
sphinxcontrib-htmlhelp 1.0.3 py_0 conda-forge
sphinxcontrib-jsmath 1.0.1 py_0 conda-forge
sphinxcontrib-qthelp 1.0.3 py_0 conda-forge
sphinxcontrib-serializinghtml 1.1.4 py_0 conda-forge
sphinxcontrib-websupport 1.2.4 pyh9f0ad1d_0 conda-forge
spyder 4.1.2 py37hc8dfbb8_0 conda-forge
spyder-kernels 1.9.3 py37hc8dfbb8_0 conda-forge
sqlalchemy 1.3.18 py37h4ab8f01_0 conda-forge
sqlite 3.32.3 he774522_1 conda-forge
statsmodels 0.11.0 pypi_0 pypi
stocker 0.1.5 pypi_0 pypi
sympy 1.6.2 py37hc8dfbb8_0 conda-forge
tabulate 0.8.7 pypi_0 pypi
tb-nightly 1.14.0a20190603 pypi_0 pypi
tbats 1.0.9 pypi_0 pypi
tbb 2020.1 he980bc4_0 conda-forge
tblib 1.6.0 py_0 conda-forge
tensorboard 2.0.2 pypi_0 pypi
tensorboard-plugin-wit 1.7.0 pypi_0 pypi
tensorflow 2.3.0 pypi_0 pypi
tensorflow-addons 0.9.1 pypi_0 pypi
tensorflow-estimator 2.0.1 pypi_0 pypi
tensorflow-gpu 2.0.0 pypi_0 pypi
tensorflow-gpu-estimator 2.1.0 pypi_0 pypi
termcolor 1.1.0 pypi_0 pypi
terminado 0.8.3 py37hc8dfbb8_1 conda-forge
terminaltables 3.1.0 pypi_0 pypi
testpath 0.4.4 py_0 conda-forge
tf-estimator-nightly 1.14.0.dev2019060501 pypi_0 pypi
theano 1.0.4 pypi_0 pypi
themis 0.1.0 pypi_0 pypi
threadpoolctl 2.1.0 pyh5ca1d4c_0 conda-forge
thrift-cpp 0.13.0 h1907cbf_2 conda-forge
tifffile 2020.7.24 py_0 conda-forge
tigramite 4.1.0 pypi_0 pypi
tiledb 1.7.7 h0b90766_3 conda-forge
tk 8.6.10 hfa6e2cd_0 conda-forge
toml 0.10.1 pyh9f0ad1d_0 conda-forge
toolz 0.10.0 py_0 conda-forge
tornado 6.0.4 py37hfa6e2cd_0 conda-forge
tqdm 4.48.2 pyh9f0ad1d_0 conda-forge
traitlets 4.3.3 py37hc8dfbb8_1 conda-forge
traittypes 0.2.1 py_1 conda-forge
translationstring 1.3 py_0 conda-forge
typed-ast 1.4.1 py37hfa6e2cd_0 conda-forge
typeguard 2.7.1 pypi_0 pypi
typing_extensions 3.7.4.2 py_0 conda-forge
tzlocal 2.0.0 pypi_0 pypi
ujson 1.35 py37h63f7a3c_1002 conda-forge
unicodecsv 0.14.1 py_1 conda-forge
urllib3 1.25.10 py_0 conda-forge
vc 14.1 h869be7e_1 conda-forge
venusian 3.0.0 py_0 conda-forge
vs2015_runtime 14.16.27012 h30e32a0_2 conda-forge
vs2017_win-64 19.16.27038 h2e3bad8_2 conda-forge
vswhere 2.7.1 h21ff451_0 defaults
watchdog 0.10.3 py37hc8dfbb8_1 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_1 conda-forge
weather 1.4.0 py_0 itk
webencodings 0.5.1 py_1 conda-forge
webob 1.8.6 py_0 conda-forge
websocket-client 0.56.0 pypi_0 pypi
werkzeug 0.16.1 py_0 conda-forge
wheel 0.34.2 py_1 conda-forge
widgetsnbextension 3.5.1 py37hc8dfbb8_1 conda-forge
win_inet_pton 1.1.0 py37_0 conda-forge
win_unicode_console 0.5 py37_1000 conda-forge
wincertstore 0.2 py37_1003 conda-forge
winpty 0.4.3 4 conda-forge
wrapt 1.11.2 py37h8055547_0 conda-forge
xarray 0.14.1 pypi_0 pypi
xerces-c 3.2.2 h6538335_1004 conda-forge
xgboost 0.90 pypi_0 pypi
xlrd 1.2.0 pyh9f0ad1d_1 conda-forge
xlsxwriter 1.3.2 pyh9f0ad1d_0 conda-forge
xlwings 0.20.1 py37hc8dfbb8_0 conda-forge
xlwt 1.3.0 py_1 conda-forge
xmltodict 0.12.0 py_0 conda-forge
xz 5.2.5 h62dcd97_1 conda-forge
yaml 0.2.5 he774522_0 conda-forge
yapf 0.30.0 pyh9f0ad1d_0 conda-forge
zeromq 4.3.2 ha925a31_3 conda-forge
zfp 0.5.5 ha925a31_1 conda-forge
zict 2.0.0 py_0 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h62dcd97_1007 conda-forge
zope-interface 4.7.1 pypi_0 pypi
zope.deprecation 4.4.0 py_0 conda-forge
zope.event 4.4 pyh9f0ad1d_0 conda-forge
zope.interface 5.1.0 py37h8055547_0 conda-forge
zstd 1.4.5 h1f3a1b7_2 conda-forge

@ravikyram
Copy link
Contributor

@Libardo1

Sorry, but we don't provide support for issues with the conda environment.
This issue is more suitable on Continuum Anaconda repo since its related to TF installation with Anaconda.
Please post the issue on Continuum Anaconda..Thanks!

@Libardo1
Copy link
Author

OK, TIA

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Status - Awaiting response from author subtype:windows Windows Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

2 participants