4

I would like to install yajl-py. I tried this: pip install yajl-py. But there is an error:

OSError : Yajl shared object cannot be found . Please install Yajl and confirm it is on your shared lib path.  

Have you got any idea?

rypel
  • 4,686
  • 2
  • 25
  • 36
  • 1
    Do [these instructions](https://github.com/LearningRegistry/LearningRegistry/wiki/Windows-Installation-Guide#yajl) work? – Two-Bit Alchemist Mar 21 '14 at 20:17
  • 1
    unfortunately `yajl-py` was never tested on windows. It should not be a lot of work to get it up and running, the problem is most probably that `yajl-py` does not look for `.dll` version of the so. If you open an issue on https://github.com/pykler/yajl-py it should be looked at asap. – Pykler Dec 03 '14 at 20:50
  • Has this issue been fixed because I am having the same problem getting it to detect the .dll file where my yajl is stored? – rgalbo Aug 19 '15 at 19:25
  • I didn't find a solution so I used ijson library. – Dimitris Dimitriadis Aug 31 '15 at 06:19

0 Answers0