Thrift Install fails on Ubuntu 16
See original GitHub issueOn the latest AWS DL AMI, I get strange errors trying to install ray from source. Not sure how to debug them:
Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/__pycache__/__init__.cpython-36.pyc
Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/__pycache__/default_worker.cpython-36.pyc
Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/default_worker.py
Cleaning up...
Command "/home/ubuntu/anaconda3/envs/tensorflow_p36/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/ray/python/
pip._internal.exceptions.InstallationError: Command "/home/ubuntu/anaconda3/envs/tensorflow_p36/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/ray/python/
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Thrift fails to build in Ubuntu 16.04 - Julia Discourse
The commands Pkg.init() Pkg.add("Thrift") fail with the error message Making install in src make[2]: Entering directory ...
Read more >make command fails over ubuntu 16.04 for thrift server
I have downloaded apache thrift. step one move to thrift folder -- and run below commands over terminal 1- ./bootstrap.sh 2- .
Read more >How to install & Configure Apache Thrift in Ubuntu 16.04
The Apache Thrift software framework, for scalable cross-language ... To verify that you have successfully installed Thrift just type>> thrift –version.
Read more >How to install thrift-compiler On Ubuntu 16.04 Lts? Uninstall ...
In this tutorial you will learn how to update and install thrift-compiler On Ubuntu 16.04 Lts? Learn how to uninstall and completely remove...
Read more >Thrift installation — Thrift Tutorial 1.0 documentation
On Ubuntu Linux for example you just need to first install the dependencies and then you are ready to install Thrift. Install the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed with the change outlined here - https://github.com/ray-project/ray/issues/1553
@ericl Is this a known issue? Or a trivial one - im not sure, google didnt seem to help