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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -