BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

don't call bluesky.utils.install_kicker() #60

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

See https://github.com/APS-4ID-POLAR/ipython-polar/issues/2

I Mon-16:29:24 - /home/beams17/POLAR/.ipython/profile_bluesky/startup/instrument/framework/initialize.py
/APSshare/anaconda3/Bluesky/lib/python3.7/site-packages/pims/image_reader.py:26: RuntimeWarning: PIMS image_reader.py could not find scikit-image. Falling back to matplotlib's imread(), which uses floats instead of integers. This may break your scripts.
(To ignore this warning, include the line "warnings.simplefilter("ignore", RuntimeWarning)" in your script.)
  warnings.warn(RuntimeWarning(ski_preferred))
/APSshare/anaconda3/Bluesky/lib/python3.7/site-packages/bluesky/utils.py:833: UserWarning: bluesky.utils.install_qt_kicker is no longer necessary and has no effect. Please remove your use of it. It may be removed in a future release of bluesky.
  warnings.warn("bluesky.utils.install_qt_kicker is no longer necessary and "