-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError after getting PVs #7
Comments
Actually, this appears to happen when python closes. |
I've seen this before too! It is hard for me to reproduce, though. When I run your exact code right now, I don't get the errors (upon closing, or otherwise). Can you give me some details of the environment you're using? Give me the output of |
|
It looks like p4p is trying to close _ClientProvider in python 3. This happens when python is |
When I run this script:
I get an error after all the PVs have been fetched:
This looks like a problem with p4p, but maybe there is something meme can do to close this more gently.
The text was updated successfully, but these errors were encountered: