Closed KnutssonDevelopment closed 3 months ago
I have the same error with salt-ssh:
File "/var/tmp/.root_66d4a9_salt/pyall/salt/utils/entrypoints.py", line 41, in iter_entry_points
for entry_point_group, entry_points_list in entry_points.items():
AttributeError: 'EntryPoints' object has no attribute 'items'
I ran into this issue as well, resolved it with
pip install "importlib-metadata<5.0"
I am trying to setup a dev environment but I do not really understand the install instructions. I think I did all the necessary stuff, but it does not explain how to actually start the master and minion.
I tried to start the minion like this: salt-minion -c local/etc/salt
That gives a lot of errors: