Giter Club home page Giter Club logo

Comments (4)

rescrv avatar rescrv commented on July 1, 2024

Can you provide me more details about the install method you used? I'd appreciate if you could attach your config.log from building.

The hypercoordinator code is all in Python. If they were installed in /usr/local/lib64, we'll need to verify that Python indeed looks there. Here's how I did that on my system:

>>> import sys
>>> sys.path
['', '/usr/lib/python2.6/dist-packages/tyrs-0.6.1-py2.6.egg', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',
 '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload',
 '/usr/local/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL',
 '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0']

Popt was developed by the rpm folks, and I understand that it lives with rpm5.

HyperDex uses the normal shared library mechanisms of whatever platform it is installed on. The last error happens occasionally, and can be fixed with ldconfig. I am looking for a fix for this, so if you have any insight, I'd appreciate it.

from hyperdex.

Meai1 avatar Meai1 commented on July 1, 2024

Here is my config.log: https://gist.github.com/6c77e09dffbb2b0209f6

I don't know python, but I know how to load shared libraries in c on Linux so I had a look. The makefile created by the autotools is pretty large, as far as I can tell, the line E_LIBS = -L/usr/local/lib64 -le seems to only include the "e" library for some reason, after I added -lglog -lcityhash, there was no error anymore and I got a few info files from ./hyperdex-daemon

I still don't know what to do about the python stuff:

>>> import sys
>>> sys.path
['', '/usr/lib/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib64/python2.7/lib-old', 
'/usr/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7/site-packages', '/usr/local/lib64/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages',
 '/usr/lib64/python2.7/site-packages/gst-0.10', '/usr/lib64/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info']

from hyperdex.

smfaisal avatar smfaisal commented on July 1, 2024

I'm also having the same problem on a 64bit machine running Ubuntu 10.04 :(

"/usr/bin/python: No module named hypercoordinator"

from hyperdex.

Meai1 avatar Meai1 commented on July 1, 2024

Ok, it was just a few python issues now, but I think I got it running and I'll close the issue. You just have to add the hypercoordinator folder inside the site-packages from your hyperdex installation directory to the python path like so, in my case:
export PYTHONPATH=$PYTHONPATH:/home/pc/Programming/Databases/hyperdex/lib/python2.7/site-packages
(to your .bashrc of course)
After that it errors out with "no module named pyparsing". I downloaded that from sourceforge and installed it, now it seems to be running and I can continue with the tutorial.

from hyperdex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.