Skip to content
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

Docker sync daemon is crashing #812

Closed
alexbyk opened this issue Sep 5, 2022 · 5 comments
Closed

Docker sync daemon is crashing #812

alexbyk opened this issue Sep 5, 2022 · 5 comments

Comments

@alexbyk
Copy link

alexbyk commented Sep 5, 2022

Error/Feature Requestion/Docs

Traceback (most recent call last):
  File "/usr/local/bin/unison-fsmonitor", line 24, in <module>
    from watchdog.observers import Observer
  File "/usr/local/Cellar/unox/0.2.0_1/libexec/lib/python3.10/site-packages/watchdog/observers/__init__.py", line 76, in <module>
    from .polling import PollingObserver as Observer
  File "/usr/local/Cellar/unox/0.2.0_1/libexec/lib/python3.10/site-packages/watchdog/observers/polling.py", line 43, in <module>
    from watchdog.observers.api import (
  File "/usr/local/Cellar/unox/0.2.0_1/libexec/lib/python3.10/site-packages/watchdog/observers/api.py", line 23, in <module>
    from watchdog.utils.bricks import SkipRepeatsQueue
  File "/usr/local/Cellar/unox/0.2.0_1/libexec/lib/python3.10/site-packages/watchdog/utils/bricks.py", line 175, in <module>
    class OrderedSet(collections.MutableSet):
AttributeError: module 'collections' has no attribute 'MutableSet'
Fatal error: File monitoring helper program not running
```

### Docker Driver
docker-machine+vbox/fusion

### Sync strategy
default

### your docker-sync.yml
xxx
### OS
latest

@wfnuser
Copy link

wfnuser commented Sep 7, 2022

How to fix that? The same problem here.

@EugenMayer
Copy link
Owner

Sorry, but you really have to put minimal effort into using a open-source project. This is not a payed support issue queue with any kind of service promise.

We are all opting in time to help others - but you have to put your fair share into that.

This is a known unox issue, googling for that will help.

@alexbyk
Copy link
Author

alexbyk commented Sep 7, 2022

so, I can say all new installations are broken after python 9.10

The dirty fix that helped to me:

sudo vim /usr/local/Cellar/unox/0.2.0_1/libexec/lib/python3.10/site-packages/watchdog/utils/bricks.py
and in line 175 fix it to
    class OrderedSet(collections.abc.MutableSet):

@EugenMayer
Copy link
Owner

@wfnuser
Copy link

wfnuser commented Sep 8, 2022

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants