1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: PyEPICS timeout in jupyter |
From: | Matt Newville <[email protected]> |
To: | "Shen, Guobao" <[email protected]> |
Cc: | Talk EPICS Tech <[email protected]> |
Date: | Wed, 16 May 2018 12:43:47 -0500 |
Eventually, the root cause was identified.
I have to set the PYEPICS_LIBCA to point to the specific one that pvapy uses.
After that, everything works fine.
Thanks,
Guobao
From: Shen, Guobao
Sent: Wednesday, May 16, 2018 11:48:12 AM
To: Matt Newville
Cc: Talk EPICS Tech
Subject: Re: PyEPICS timeout in jupyterHi Matt,
I eventually found my problem.
In my code, I imported pvaccess, which is EPICS7 python client.
Once I commented out that line, the problem disappeared.