Home > Net >  Running marqo on my laptop but ConnectionRefusedError error
Running marqo on my laptop but ConnectionRefusedError error

Time:10-16

I am having issues running marqo on my machine

This is the error i get

CodePudding user response:

The reason why its not working maybe because of different reasons but first ->ensure that you are running marqo on docker. here is a link to the marqo docs: https://marqo.pages.dev/

if you are using the apple m1 mac or newer (there is a different approach to installing marqo) here is a link to the documentation https://marqo.pages.dev/m1_mac_users/

  • Related