[PYTHON] I've built an environment to try using TensorFlow on mac, so my memo

environment

Python Python 3.6.0 + pyenv-virtualenv Set by referring to Python3 TensorFlow environment construction (Mac and pyenv virtualenv). The following changes

** You need to enter the pyenv environment before importing tensorflow **

$ pyenv activate

** I left the imported packages to easy_install. ** ** The MAC had a GPU, but a CPU-only package was imported.

$ pip install tensorflow

Run on Atom

Use platformio-ide-terminal

$ pyenv activate
$ python test.py 

I was able to execute it.

Task

I tried to check the style with linter-pylint, but I got angry at import. I couldn't do various things, so I'm doing a style check with flake8. I'm just starting to touch Python, so I'm still not sure. I will do it little by little.

Recommended Posts

I've built an environment to try using TensorFlow on mac, so my memo
How to build an environment for using multiple versions of Python on Mac
Try using Bash on Windows 10 2 (TensorFlow installation)
[Definitive Edition] Building an environment for learning "machine learning" using Python on Mac
I want to display an image on Jupyter Notebook using OpenCV (mac)
Try to build python and anaconda environment on Mac (by pyenv, conda)
I built a TensorFlow environment on windows10
Error, warning when using TensorFlow on Mac
For beginners to build an Anaconda environment. (Memo)
Building an environment for matplotlib + cartopy on Mac
Try to create an HTTP server using Node.js
Try using tensorflow ① Build python environment and introduce tensorflow
Steps to quickly create a deep learning environment on Mac with TensorFlow and OpenCV
I get an error when I try to raise Python to 3 series using pyenv on Catalina
Build an OpenCV4 environment on Raspberry Pi using Poetry
Building an environment for "Tello_Video" on Mac OS X
Try using E-Cell 4 on Windows 7 or Mac OS X
Build a Python environment on your Mac using pyenv
How to build a development environment for TensorFlow (1.0.0) (Mac)
It took me half a day to install Polyglot in the anaconda environment on my mac, so I'll leave a note
Minimum memo when using Python on Mac (pyenv edition)
Install Tensorflow on Mac
My python environment memo
Try deepdream on Mac
A memo on how to easily prepare a Linux exercise environment
Build an environment for machine learning using Python on MacOSX
Try to operate an Excel file using Python (Pandas / XlsxWriter) ①
Building a Python environment on a Mac and using Jupyter lab
Try to operate an Excel file using Python (Pandas / XlsxWriter) ②
Introducing Kaggle's Docker Image on Windows to build an environment
Build an environment on windows10 where you can try MXNet
Python environment construction procedure memo using Docker on Windows10 Home
Building an environment to execute python programs on AWS EC2
Memo of Linux environment construction using VirtualBox + Vagrant on Windows 10
[Django] Memo to create an environment of Django + MySQL + Vue.js [Python]
Anyone can understand how to build an initial environment for Python on Mac September 2016 (pyenv + virutalenv)