python - How to use Tensorflow and Sci-Kit Learn together in one environment in PyCharm? -
i using ubuntu 16.04 . tried install tensorflow using anaconda 2 . installed environment inside ubuntu . had create virtual environment , use tensorflow . how can use both tensorflow , sci-kit learn in single environment .
anaconda defaults
doesn't provide tensorflow yet, conda-forge
do, conda install -c conda-forge tensorflow
should see right, though (for others reading!) installed tensorflow not work on centos < 7 (or other linux distros of similar vintage).
Comments
Post a Comment