-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Installing aydin via conda or pip on a Windows installation fails because of an incompatibility error with napari and pydantic.
To Reproduce
Steps to reproduce the behavior:
- Run conda installation instructions from (https://github.com/royerlab/aydin).
- Run
aydinin the bash.
Expected behavior
A clear and concise description of what you expected to happen.
Expect aydin GUI, but instead the following error appears:
> [...]
> raise AttributeError(f'module {module!r} has no attribute {name!r}') AttributeError: module 'pydantic.main' has no attribute 'ModelMetaclass'
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
- Windows 10 Education Version 10.0.19045 Build 19045
- GPU: NVIDIA GeForce RTX 2080 Super - Cuda compilation tools, release 11.4, V11.4.100 Build cuda_11.4.r11.4/compiler.30188945_0
Additional context
Add any other context about the problem here.
Running pip install napari --upgrade resolves the issue.
IanWardell and macromeer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working