[PYTHON] I noticed while trying to run ninix-aya with Docker (Part 3)

background

The package version of ninix-aya was able to Dockerize by safely preparing a Dockerfile and some nar files.

However, the latest version of ninix-aya has not yet been converted to Docker and operated.

Environment required for the latest release version of ninix-aya

It seems to work with Python 3.2. It was reported that the author did not work if it was 3.3. Ubuntu 14.04 LTS is Python 3.4.

That's where pyenv comes in.

Required packages before putting pyenv

You probably won't encounter this if you use Ubuntu in a virtual machine without using docker, but put python under pyenv without the following packages. It seems that there are many cases where it will be redone

apt-get install -y libbz2-dev

What kind of error

ImportError: No module named bz2

You can't put it in later with pip, so it will be returned to the beginning.

Link

Related posts

-I noticed while trying to run ninix-aya with Docker (1) --Qiita -Awareness while trying to run ninix-aya with Docker (Part 2) --Qiita

Recommended Posts

I noticed while trying to run ninix-aya with Docker (Part 3)
I want to run a quantum computer with Python
[With image diagram] Nginx + gunicorn + Flask converted to Docker [Part 2]
I want to be able to analyze data with Python (Part 3)
I want to be able to analyze data with Python (Part 1)
I want to be able to analyze data with Python (Part 4)
To run gym_torcs with ubutnu16
[With image diagram] Nginx + gunicorn + Flask converted to Docker [Part 1]
I tried to make deep learning scalable with Spark × Keras × Docker
I get an error when trying to install maec 4.0.1.0 with pip
I compared while reading the documentation to use Jinja2 with Django
UnicodeEncodeError when trying to run radon
I want to do ○○ with Pandas
I want to debug with Python
How to authenticate with Django Part 2
How to authenticate with Django Part 3
A story I was addicted to trying to get a video url with tweepy
I tried to draw a system configuration diagram with Diagrams on Docker
I get a UnicodeDecodeError when trying to connect to oracle with python sqlalchemy
Environment maintenance made with Docker (I want to post-process GrADS in Python
I was addicted to trying Cython with PyCharm, so make a note
I want to detect objects with OpenCV
Run the IDCF cloud CLI with Docker
I tried to implement Autoencoder with TensorFlow
I tried to visualize AutoEncoder with TensorFlow
I want to handle the rhyme part1
I tried to get started with Hy
I want to blog with Jupyter Notebook
I want to handle the rhyme part3
I wanted to solve ABC160 with Python
I want to pip install with PythonAnywhere
I want to analyze logs with Python
I want to play with aws with python
Trying to handle SQLite3 with Python [Note]
[Introduction to Pytorch] I played with sinGAN ♬
I tried implementing DeepPose with PyTorch PartⅡ
I tried to implement CVAE with PyTorch
[Part1] Scraping with Python → Organize to csv!
I tried to solve TSP with QAOA
Run a Python web application with Docker
I wanted to solve ABC172 with Python
I really wanted to copy with selenium
I want to handle the rhyme part2
I want to handle the rhyme part5
I want to handle the rhyme part4
How to install python3 with docker centos
I got an error when trying to run Hello World in Go language
Three things I was addicted to when using Python and MySQL with Docker
I tried to make Kana's handwriting recognition Part 3/3 Cooperation with GUI using Tkinter
I tried to make deep learning scalable with Spark × Keras × Docker 2 Multi-host edition