Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiled support #53

Open
mrakitin opened this issue Sep 1, 2022 · 8 comments
Open

tiled support #53

mrakitin opened this issue Sep 1, 2022 · 8 comments

Comments

@mrakitin
Copy link
Contributor

mrakitin commented Sep 1, 2022

We are observing an issue while running pdfstream in the 2022-2.3-py38-tiled conda environment with tiled and databroker>=2.0 at NSLS-II XPD:

$ start_analysis_server
Traceback (most recent call last):
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/bin/run_server", line 10, in <module>
    sys.exit(run_server())
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/pdfstream/main.py", line 71, in run_server
    fire.Fire(_run_server)
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/fire/core.py", line 141, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/fire/core.py", line 466, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/pdfstream/main.py", line 56, in _run_server
    import pdfstream.servers.xpd_server as xpd_server
  File "/nsls2/conda/envs/2022-2.3-py38-tiled/lib/python3.8/site-packages/pdfstream/servers/xpd_server.py", line 4, in <module>
    import databroker.core
ModuleNotFoundError: No module named 'databroker.core'

Is there a plan to implement the support of tiled in this package?

@st3107
Copy link
Collaborator

st3107 commented Sep 1, 2022 via email

@mrakitin
Copy link
Contributor Author

mrakitin commented Sep 1, 2022

Thanks for the quick feedback, @st3107! Any idea when can we expect it?

@st3107
Copy link
Collaborator

st3107 commented Sep 1, 2022

@mrakitin There is a bug about the temp in databroker. There is a PR to fix it but it hasn't been merged yet.

bluesky/databroker#726

I need the temp db to test my software. Otherwise, I don't know if it works for the databroker or not. I will wait for the fix of the temp db and then do a test.

@mrakitin
Copy link
Contributor Author

@st3107, the new version of databroker with the requested fix is ready (see conda-forge/databroker-feedstock#44 for more details). Thanks!

@mrakitin
Copy link
Contributor Author

bump

@st3107
Copy link
Collaborator

st3107 commented Sep 20, 2022 via email

@mrakitin
Copy link
Contributor Author

Thank you! @sghose asked about it yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants