Open oleg68 opened 3 years ago
I'm not to familiar with Joshua. Normally the Python lib also needs the FDB client package installed (https://www.foundationdb.org/download).
I have foundationdb-client installed on my machine. But joshua cleint does not work
Is pip
installing fdb
python package in the correct location? Can you check if fdb
package is at library path of python 3.9 (the version you have)?
The necessary client installation steps are:
In my case I missed (2) so fdb was not installed correctly
I've downloaded fdb-jushua.
I've installed fdb python bindings with
When I try to run a client command, I always receive an error:
What have I missed?