decentraland / bronzeage-node

DEPRECATED: This codebase will not be mantained anymore, and formats are going to change when we move to the Decentraland Iron Age
https://decentraland.org
Other
104 stars 22 forks source link

Provide a dedicated section in docs / readme for people to troubleshoot Docker #51

Open stefek99 opened 7 years ago

stefek99 commented 7 years ago

I'm terrible at building scripts - my least favourite area of development - solving some build issue doesn't teach me anything, other than some Google or Stack Overflow.

I did manage to overcome one problem:

libyaml is not found or a compiler error: forcing --without-libyaml

http://sandlininc.com/?p=500

Now I'm facing another one:

Michals-MBP:bronzeage-node zen$ docker-compose up
Traceback (most recent call last):
  File "/usr/local/bin/docker-compose", line 7, in <module>
    from compose.cli.main import main
  File "/Library/Python/2.7/site-packages/compose/cli/main.py", line 20, in <module>
    from ..bundle import get_image_digests
  File "/Library/Python/2.7/site-packages/compose/bundle.py", line 14, in <module>
    from .service import format_environment
  File "/Library/Python/2.7/site-packages/compose/service.py", line 42, in <module>
    from .parallel import parallel_execute
  File "/Library/Python/2.7/site-packages/compose/parallel.py", line 11, in <module>
    from six.moves import _thread as thread
ImportError: cannot import name _thread

Because if a 1 person (me) encountered at least 2 problems, chances are that on different operating systems, some other people may have some other problems too.