Open jamesking opened 3 years ago
Seems to also cause an issue for Datasette Desktop.
I've been working on integrating datasette tools with the nixpkgs ecosystem, and this worked for me (on an arm64 mac, with python 3.10.7) as soon as I got pyjq
to build.
You're seeing what should be a build error with pyjq, I believe. Looking at the error message, the shared library isn't being loaded. It's plausible that this has now been fixed, though there are still open issues · doloopwhile/pyjq concerning build failures.
I'm happy to help debug a non-nixpkgs build, if needed.
Seeing a similar issue with the Mac Desktop app. I've installed manually pyjq
after installing all its dependencies, i.e. brew install autoconf automake libtool
The error I'm seeing is (at the end of an avalanche of other messages) is
error: [Errno 2] No such file or directory: 'autoreconf'
It like Datasette (Desktop) is running on its own environment and not seeing the preinstalled tools?
I tried installing
datasette-jq
on the command-line version of Datasette (version 0.58.1).The installation was successful:
But afterwards starting Datasette gives this error when running on the command line: