jaydebeapi icon indicating copy to clipboard operation
jaydebeapi copied to clipboard

Installation issue on Ubuntu

Open sashabrava opened this issue 6 years ago • 1 comments

If I install JayDeBeApi via pip, it may end up with an error "Python.h: No such file or directory". It happened because the system is missing python-dev package, and JPype can't be installed without it. Maybe it worth adding sudo apt install python-dev (and other packages from JPype docs) as a requirement of your module in documentation?

sashabrava avatar Jan 23 '19 19:01 sashabrava

it also throws pysqlite.h not found, and microsoft visual c++ 9.0 not found, but i cannot find any written documentation about dependencies.

KalaRaja avatar Feb 11 '19 16:02 KalaRaja