EvernodeXRPL / evernode-sdk

Evernode SDK
Other
43 stars 6 forks source link

hpdevkit containers on macOS cause contract filesystem init error #89

Open shortthefomo opened 1 year ago

shortthefomo commented 1 year ago
Screenshot 2023-10-06 at 22 02 33 Screenshot 2023-10-06 at 22 01 45

I would have expected the containers to at very minimum run in docker on a ARM machine. understand the issue of having linux requirement for the os inside the container...

shortthefomo commented 1 year ago

here is a

will --platform linux/amd64 not work here?

ravinsp commented 1 year ago

@lathanbritz I think this is just a warning and the container actually runs. Are you seeing any actual errors or any clues that the app is not running?

shortthefomo commented 1 year ago
Screenshot 2023-10-07 at 13 32 04

yup it fails here by me

ravinsp commented 1 year ago

@lathanbritz Seems this is not a docker issue. I assume you're on a Mac and this seems to be a compatibility issue with the fuse driver on the Mac (not a CPU architecture problem). Even though HotPocket runs inside docker container, it needs support from the FUSE driver of the native OS. I'm afraid we won't be solving Mac compatibility issues at this stage, sorry. I'll rename the title of this issue to better reflect the issue and keep it standing.

shortthefomo commented 1 year ago

Bummer understand, thought the containers would allow local dev for many devs.

Kk, will have to resort to a mocked local 6sec process.

Thanks