Giter Club home page Giter Club logo

Comments (5)

chenguoguo avatar chenguoguo commented on July 25, 2024

what was your platform? os?

I briefly searched and it might related to python installation. Did you compile Python by yourself or did you use the standard python? see here: gmarcais/Jellyfish#45

from snowboy.

Corkskru avatar Corkskru commented on July 25, 2024

Hi,
Ubuntu 14.04 -- trying to compile and run the Python wrapper. I compiled Python 2.7.5 by myself.
the files are in /usr/local/lib. However, 'which python' returns /usr/local/bin. Are the compiled and default(pre-installed) pythons in conflict with each other?

from snowboy.

chenguoguo avatar chenguoguo commented on July 25, 2024

I think so. In the makefile we used shell python-config --cflags and shell python-config --ldflags to determine the python dependencies. You may want to replace them with what you are actually using. Also, it might be easier if you install and use your Python in a virtual environment (you have to set this up correctly though). Please let us know if this helps.

from snowboy.

Corkskru avatar Corkskru commented on July 25, 2024

Thanks a lot! It was indeed a conflict -- 'sys.path' displayed that it was using the compiled version of python. I removed/uninstalled the extra python files and now its working wonders!!
Great SDK though! :)

from snowboy.

chenguoguo avatar chenguoguo commented on July 25, 2024

OK thanks, closing since it's resolved.

from snowboy.

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.