APS-2BM-MIC / ipython-user2bmb

ipython configurations for the tomography instrument
2 stars 5 forks source link

problems using pvaccess #34

Closed prjemian closed 6 years ago

prjemian commented 6 years ago

missing libraries reported that are fundamental to successful import pvaccess command

prjemian commented 6 years ago

Root cause is that someone has removed a path from which EPICS base libraries were loaded.

prjemian commented 6 years ago

We located a nearby path that works for us.

prjemian commented 6 years ago

Also we reinstalled PvaPy since it has an update available. Instructions here: https://github.com/epics-base/pvaPy

conda install -c epics pvapy pvapy-boost

this provides Python pvaccess, which is tested thus:

import pvaccess
prjemian commented 6 years ago

This was the necessary change:

#EPICS_BASE=${DSERV}/epics/AD-3-2/base-7.0.1.1
EPICS_BASE=${DSERV}/epics/base-7.0.1.1
prjemian commented 6 years ago

Now, pvaccess is working