-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
I am doing that. I will make sure it is compatible with the tiled in the
version 0.6.1.
…On Thu, Sep 1, 2022 at 10:49 AM Maksim Rakitin ***@***.***> wrote:
We are observing an issue while running pdfstream in the
2022-2.3-py38-tiled conda environment
<https://urldefense.proofpoint.com/v2/url?u=https-3A__zenodo.org_record_6503107&d=DwMCaQ&c=009klHSCxuh5AI1vNQzSO0KGjl4nbi2Q0M1QLJX9BeE&r=iQAr_emySpPT6JUutZSgOiuHUAhXW2EDDtvsWMwHgLs&m=5PDl097PocxSbnuq3M-GfakPUcJndXDivGc7BlQGGjuRIs3cWykFPAg40WSJnPi8&s=HMz6qiYa0njlpOz0zksXJPFuHmFKY1oD6njuAeYt5OY&e=>
with tiled and databroker>=2.0 at NSLS-II XPD:
$ start_analysis_serverTraceback (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.coreModuleNotFoundError: No module named 'databroker.core'
Is there a plan to implement the support of tiled in this package?
—
Reply to this email directly, view it on GitHub
<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_xpdAcq_PDFstream_issues_53&d=DwMCaQ&c=009klHSCxuh5AI1vNQzSO0KGjl4nbi2Q0M1QLJX9BeE&r=iQAr_emySpPT6JUutZSgOiuHUAhXW2EDDtvsWMwHgLs&m=5PDl097PocxSbnuq3M-GfakPUcJndXDivGc7BlQGGjuRIs3cWykFPAg40WSJnPi8&s=yseaSaBAy5xtQgdBcW29Ix2YgQlaJCef2Jcl1oa7lA4&e=>,
or unsubscribe
<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AI27ND2IHKLBBDOCSTDPHRDV4C65ZANCNFSM6AAAAAAQCN4SYE&d=DwMCaQ&c=009klHSCxuh5AI1vNQzSO0KGjl4nbi2Q0M1QLJX9BeE&r=iQAr_emySpPT6JUutZSgOiuHUAhXW2EDDtvsWMwHgLs&m=5PDl097PocxSbnuq3M-GfakPUcJndXDivGc7BlQGGjuRIs3cWykFPAg40WSJnPi8&s=fxNGuB9OfEqfCO7BstuA7qQKInXLbo7dCzM6-Q3wMfo&e=>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the quick feedback, @st3107! Any idea when can we expect it? |
@mrakitin There is a bug about the 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. |
@st3107, the new version of databroker with the requested fix is ready (see conda-forge/databroker-feedstock#44 for more details). Thanks! |
bump |
Thank you! @sghose asked about it yesterday. |
We are observing an issue while running
pdfstream
in the2022-2.3-py38-tiled
conda environment withtiled
anddatabroker
>=2.0 at NSLS-II XPD:Is there a plan to implement the support of
tiled
in this package?The text was updated successfully, but these errors were encountered: