EOS Studio endless compiling

Dear All,
I am running EOS Studio on Mac OS (Docker v19.03.8, EOSIO v2.0.6, EOSIO.CDT v1.6.2), but when I try to compile the token contract I get stuck in endless compiling and an eosin.token.wasm.tmp file is created.

If I stop and try to recompile I get this message:

docker: Error response from daemon: Conflict. The container name “/eosio.cdt_v1.6.2” is already in use by container “a6f60cd986c5415835a6a04c5b3ebbaefbb1eb6d9be19d9db6cfbddecc2e0b2a”. You have to remove (or rename) that container to be able to reuse that name.
See ‘docker run --help’.

Does anyone have any suggestions?

Thanks for you help
Alfredo

1 Like

You can try manually deleting the docker container by typing docker rm /eosio.cdt_v1.6.2 into terminal.
If the problem persists though, it is probably a problem with the mac version of EOS studio, so you could try:

  1. Updating to the latest version
  2. Trying the web IDE
  3. Asking the EOS Studio team for support
2 Likes