PlanktoScope / PlanktoScope

Open and Affordable Quantitative Imaging Platform
https://www.planktoscope.org
Creative Commons Attribution Share Alike 4.0 International
55 stars 23 forks source link

Try to fix regression in starting hardware controller #431

Closed ethanjli closed 2 weeks ago

ethanjli commented 2 weeks ago

This PR reverts a change made in #428 to also delete ~/.cache/pypoetry, in an attempt to fix a recently-discovered regression (discovered in #430) in which the Python hardware controller fails to start with the following error which should never occur:

ModuleNotFoundError: No module named 'loguru'
ethanjli commented 2 weeks ago

I tested the image, and it seems to solve the regression - so I will merge this PR.