Closed oscarbranson closed 1 year ago
The problem is that ophyd v2 supports both CA and PVA, so the base install doesn't install either. You need to pip install ophyd[ca]
to get the CA libraries. Unfortunately this isn't added in the tutorials, I have done so in https://github.com/bluesky/ophyd/pull/1133. The error message is bad because of https://github.com/bluesky/ophyd/issues/1113 which was fixed a few days ago but hasn't been released yet. To test this theory, please can you do the following:
pip freeze
pip install git+https://github.com/bluesky/ophyd.git
and run the tutorial code again, and check you get a better error message saying something like "CA support not available"pip install ophyd[ca]
and the tutorial should workThanks! It would be useful to include some mention of this in the bluesky installation docs.
New to ophyd, and immediatlely hit a problem... The tutorial to Make a Simple Device appears to be broken.
Minimal example taken from the source:
yields:
Running ophyd '1.8.0'.