gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

installing gafferpy #852

Closed re2023 closed 4 years ago

re2023 commented 4 years ago

I have tried on a number of times to build the gafferpy tools on a windows device. I have replaced the from the instructions with the following:

gaffer.1.12.0 gaffer.1 1.12.0

and all iterations on the below code output the same error that the file cannot be located.

pip3 install gafferpy-<gaffer.version>-py2.py3-none-any.whl

Error example:

pip install setup.py gafferpy-gaffer.1.12.0-py2.py3-none-any.whl
WARNING: Requirement 'gafferpy-gaffer-py2.py3-none-any.whl' looks like a filename, but the file does not exist
Collecting setup.py
  ERROR: Could not find a version that satisfies the requirement setup.py (from versions: none)
ERROR: No matching distribution found for setup.py

Intention is to get my local python web application to use the python shell to connect to the gaffer server running in Docker.

I obtained the gaffer version from the running API page:

image

re2023 commented 4 years ago

closing