Closed yurkobb closed 8 years ago
Looks like it cannot find the native library for chdkptp
. Can you please uninstall chdkptp.py
with pip uninstall chdkptp.py
? Then
Then, follow the instructions here: https://github.com/jbaiter/chdkptp.py#requirements and install chdkptp.py with this command:
pip install --no-cache-dir --verbose chdkptp.py
If you see a flurry of gcc
lines in the output, you're probably good! The --no-cache-dir
is neccessary for the case where Pip caches the package in your home directory, we don't want that since we need to re-build it.
@jbaiter, thank you for your quick reply. Reinstalling chdkptp.py
as you suggested eliminated the crash. The liblua5.2-dev
was already installed. Unfortunately I didn't keep the log when I initially installed it to debug what was the cause. Thank you!
I think it was just the extra flag that needs to be passed during the lupa
installation. Unfortunately I don't know of a way to set this in the library's setup.py to apply it automatically :/
I've installed spreads in a virtualenv using the instructions in README (with the exception of installing spreads itself from this git repo using
python setup.py install
). The system is xubuntu 16.04. Pip reports chdkptp.py installed fine. When runningspread configure
and selectingchdkcamera
as the camera driver I get the following output and a crash:pip freeze
reports:Is something wrong with the chdkptp.py installation?