-
Notifications
You must be signed in to change notification settings - Fork 17
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
pull_voxel() Issue #240
Comments
This is the full error:
|
@bvarjavand I solved this: turns out |
Can we use sys.version or sys.version_info to do that? https://docs.python.org/3/library/sys.html#sys.version |
That's what I would recommend. |
This seems to have been fixed in seung-lab/cloud-volume@9e7195e |
@tirkarthi is it strange that they don't check what the user's version is though? wouldn't that fail for someone who has <3.9? |
Stale issue message |
The command:
img, bbox, vox = ngl_sess.pull_voxel(2, v_id, radius)
generates the error:
>>AttributeError: 'Thread' object has no attribute 'isAlive'
This has error has never occurred until this week. Bijan hasn't seen this either but suggested to try using cloudvolume directly, or to modify the existing
pull_voxel()
code. I'm not sure exactly how this should be done and I'm wondering why this would be needed all of a sudden when we've never needed it before.The text was updated successfully, but these errors were encountered: