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

Installation errors #4

Open
marpierc opened this issue Jan 10, 2017 · 7 comments
Open

Installation errors #4

marpierc opened this issue Jan 10, 2017 · 7 comments
Assignees

Comments

@marpierc
Copy link
Contributor

I'm having trouble installing using the README instructions. For machine 1, I am using a small VM with Ubuntu 14, and the backend is another VM that meets the prerequisites. Parts of deploy.sh are failing silently, so I've run everything there step by step. The main problem occurs during the "pip install -r requirements-deploy.txt" step. I've attached a log file of the output and errors. Any idea what the problem is?
pip-install-log.txt

@hrushikesh-dhumal
Copy link
Contributor

hrushikesh-dhumal commented Jan 10, 2017

When I tested it was a instance of Ubuntu 16 on AWS. I think it already had the python-dev version pre-installed so I didnt face the issue. As suggested by nixCraft

Python.h is a header file used by gcc to build applications. You need to install a package called python-dev. This package includes header files, a static library and development tools for building Python modules.

The following code should work out sudo apt-get install python-dev . If this doesnt, as per stackoverflowit is because some of the packages maybe missing which can be installed by-

sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev

sudo easy_install greenlet

sudo easy_install gevent

Let me know if it works out. I will edit the deploy.sh accordingly.

@marpierc
Copy link
Contributor Author

marpierc commented Jan 10, 2017 via email

@marpierc
Copy link
Contributor Author

marpierc commented Jan 10, 2017 via email

@marpierc
Copy link
Contributor Author

Install log

@marpierc
Copy link
Contributor Author

install log attached
install-log.txt

@hrushikesh-dhumal
Copy link
Contributor

hrushikesh-dhumal commented Jan 10, 2017

I will create free instances of Ubuntu 14 and 16 on AWS to test it.

@hrushikesh-dhumal
Copy link
Contributor

I think the problem is arising because I cam using virtual environment to install Ansible. Ansible requires the python-dev and gives out the error during installation. I think it is safe to ignore these error and move to next step of installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants