-
Notifications
You must be signed in to change notification settings - Fork 52
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
Pycromanager and Micromagellan: ''MagellanAcquisition' object has no attribute '_acq" #780
Comments
Could you reformat those errors with with correct line breaks? Hard to read what is going on there |
Sorry about that -- copy/pasted from my phone. Edited! |
Should be fixed in #779 You'll also need a new nightly build |
Unfortunately I'm still getting the same issue.
Using the 20240623 nightly build of MicroManager (https://download.micro-manager.org/nightly/2.0/Windows/MMSetup_64bit_2.0.3_20240623.exe) Upgraded pycromagellan within the 'pycro' Python environment using pip install pycromanager --upgrade Steps I tried to attempt to fix the issue:
The attribute is still missing
Here is the text of my java_backend_acquisitions.py file: java_backend_acquisitions.py
Please let me know if you need any more information. Thanks! |
Looks like the new versions didn't deploy (https://github.com/micro-manager/pycro-manager/actions/runs/9633056103) I just updated versions so hopefully that will happen now #782 |
It works great, thank you very much!
…On Tue, Jun 25, 2024 at 2:16 AM Henry Pinkard ***@***.***> wrote:
Looks like the new versions didn't deploy (
https://github.com/micro-manager/pycro-manager/actions/runs/9633056103)
I just updated versions so hopefully that will happen now #782
<#782>
—
Reply to this email directly, view it on GitHub
<#780 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAMUTX2TPOGCEME7TDRLJDZJEKLVAVCNFSM6AAAAABJSNGWUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYGE2TQNRRHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am trying to run an acquisition in Micromagellan using Pycromanager:
I get this error
I've confirmed that this attribute is missing:
At one time I also got this error but this doesn't seem to be present since restarting the computer and microscope:
C:\Users\Lab\anaconda3\envs\pycro\Lib\site-packages\pycromanager\acquisition\java_backend_acquisitions.py:292: UserWarning: Could not create acquisition notification handler. Update Micro-Manager and Pyrcro-Manager to the latest versions to fix this. '
Pycromanager is fully upgraded using pip install pycromanager --upgrade.
Micromanager is the nightly build.
Do you have any ideas on how to fix this error? Thanks!
The text was updated successfully, but these errors were encountered: