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
databroker v1.2.5 requires intake >= 0.5.5, <= 0.6.4 though this appears to have been removed in the v2 betas (sorry not familiar with the current build system so wasn't able to check). Dependency on distutils is removed in intake >= 0.6.7 (before, after). I haven't tested a build of the v1 branch with an updated dependency.
Your Environment
Python 3.12 virtual environment on Windows 11 with bluesky and other packages installed via pip.
We have tightly pinned intake because we were running into frequent small changes to the API. In databroker v2 we completely refactored the dependency on intake out.
Expected Behavior
The bluesky tutorial should be completeable on an up-to-date install of Python 3.12.
Current Behavior
Loading the
databroker
module raises aModuleNotFoundError
due to an import of thedistutils
in an upstream dependencyintake
.Full Traceback
Possible Solution
intake >= 0.6.7
databroker
v2.Steps to Reproduce (for bugs)
Context
databroker
v1.2.5 requiresintake >= 0.5.5, <= 0.6.4
though this appears to have been removed in the v2 betas (sorry not familiar with the current build system so wasn't able to check). Dependency ondistutils
is removed inintake >= 0.6.7
(before, after). I haven't tested a build of the v1 branch with an updated dependency.Your Environment
Python 3.12 virtual environment on Windows 11 with
bluesky
and other packages installed viapip
.pip freeze
The text was updated successfully, but these errors were encountered: