Closed BCinquin closed 8 months ago
hi. At this point, this package is largely in maintenance mode, so while we can probably figure this particular problem out for you, I'd encourage you to start considering alternatives for your workflow. maybe @pr4deepr can comment on whether https://github.com/BioimageAnalysisCoreWEHI/napari_lattice can replace llspy at this point? ... or perhaps also suggest other things to consider?
anyway, to your questions specifically: it looks like whatever version of voluptuous
you ended up with has dropped support for python 3.6... so either you need to update your version of python (which, i'm not sure, may break stuff about llspy), or you need to downgrade various packages in your environment to be compatible with python 3.6. The first thing you could try is pip install 'voluptuous<0.13'
and see if that works?
Thanks for pinging me @tlambert03. Lot of napari_lattice is inspired by LLSpy and your code, so thanks Talley!
I've included support for deskewing in X and Y in napari_lattice, so it should work. I have tested it on data from the Janelia lattice design successfully. However, it does not read the folder of tiffs or the text file with metadata. You may have to resave it as a tiff stack or load the folder of tiffs in napari. Otherwise, you can enter all the other metadata.
We're in the middle of making some changes; its taking much longer than we thought and has grown bigger! :)
Cheers Pradeep
Thank you very much !
Napari_Lattice it is though !
Best regards
Bertrand
Le mer. 6 déc. 2023 à 01:18, Pradeep Rajasekhar @.***> a écrit :
Thanks for pinging me @tlambert03 https://github.com/tlambert03. Lot of napari_lattice is inspired by LLSpy and your code, so thanks Talley!
I've included support for deskewing in X and Y in napari_lattice, so it should work. I have tested it on data from the Janelia lattice design successfully. However, it does not read the folder of tiffs or the text file with metadata. You may have to resave it as a tiff stack or load the folder of tiffs in napari. Otherwise, you can enter all the other metadata.
We're in the middle of making some changes https://github.com/BioimageAnalysisCoreWEHI/napari_lattice/pull/47; its taking much longer than we thought and has grown bigger! :)
Cheers Pradeep
— Reply to this email directly, view it on GitHub https://github.com/tlambert03/LLSpy/issues/42#issuecomment-1841864386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIX6T243OAXGAEBB4SOXV4DYH62UFAVCNFSM6AAAAABAHZPLZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBRHA3DIMZYGY . You are receiving this because you authored the thread.Message ID: @.***>
with #43 ,this package should support all versions of python after 3.7 again. I'll push a new release soonish if you still want to try @BCinquin
Description
Starting the GUI
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Fri_Nov__3_17:51:05_Pacific_Daylight_Time_2023 Cuda compilation tools, release 12.3, V12.3.103 Build cuda_12.3.r12.3/compiler.33492891_0
What I Did
Thank you for your help...