Skip to content

Describe installation of the client in the README.md #8

Open
@oleg68

Description

@oleg68

I've downloaded fdb-jushua.

I've installed fdb python bindings with

pip install fdb

When I try to run a client command, I always receive an error:

[oleg@oleg2 FdbJoshua]$ python3 -m joshua.joshua list
Traceback (most recent call last):
  File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/oleg/work/fdb/FdbJoshua/joshua/joshua.py", line 22, in <module>
    from . import joshua_model
  File "/home/oleg/work/fdb/FdbJoshua/joshua/joshua_model.py", line 42, in <module>
    fdb.api_version(520)
AttributeError: module 'fdb' has no attribute 'api_version'

What have I missed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions