You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a working combination where I could use hyperqueue server with running dashboard and connect to it from Python API ?
As reported in #670 only v0.17.0-liberec server version has dashboard.
I've tried to install hyperqueue pip package from pypi using pip install hyperqueue. It seems to install v0.17.0, not v0.17.0-liberec.
When connecting to server with simple python script I get the message:
(venv) [ares][plgkongruencj@ac0040 2022-krakow-lgad]$ python src/ares/submit_lv2_v3.py
Traceback (most recent call last):
File "/net/people/plgrid/plgkongruencj/2022-krakow-lgad/src/ares/submit_lv2_v3.py", line 9, in <module>
client = Client(hq_server_path)
^^^^^^^^^^^^^^^^^^^^^^
File "/memfs/7515829/venv/lib/python3.11/site-packages/hyperqueue/client.py", line 69, in __init__
self.connection = ClientConnection(server_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/memfs/7515829/venv/lib/python3.11/site-packages/hyperqueue/ffi/client.py", line 28, in __init__
self.ctx: HqClientContext = ffi.connect_to_server(directory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Hyperqueue version mismatch detected.
Access record contains version v0.17.0-liberec, but the current version is v0.17.0.
Is there a working combination where I could use hyperqueue server with running dashboard and connect to it from Python API ?
As reported in #670 only v0.17.0-liberec server version has dashboard.
I've tried to install hyperqueue pip package from pypi using
pip install hyperqueue
. It seems to install v0.17.0, not v0.17.0-liberec.When connecting to server with simple python script I get the message:
Here is my python code:
Do you have a working combination of server with dashboard and python API ? I wasn't able to figureout how to install v0.17.0-liberec python package.
The text was updated successfully, but these errors were encountered: