Dear all, I'm new to bluesky and trying to create a ophyd object.
I have a very basic problem, but I don't know how to fix it.
When I typed these command lines, lots of errors occurred.
In [1]: from ophyd import EpicsMotor
In [2]: motor = EpicsMotor('Newport:m1', name='motor')
'Newport:m1' is the motor's PV name in EPICS ioc and the IOC works well.
Can you give me any advice?
import epics
?
Hi! I'm running through the bluesky tutorial and installing the packages in a conda environment, I ran into an error when opening ipython with the --matplotlib=qt5
flag:
Original error was: dlopen(/Users/pennebak/miniconda3/envs/bluesky/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libgfortran.4.dylib
Referenced from: /Users/pennebak/miniconda3/envs/bluesky/lib/libcblas.3.dylib
Reason: image not found
Have any of you seen this before?
libgfortran 4.0.0 2 conda-forge
libgfortran 4.0.0 0 nsls2forge