Code Monkey home page Code Monkey logo

Comments (9)

charlie5188 avatar charlie5188 commented on May 24, 2024 2

sudo -H install -r requirements.txt --upgrade

should be

sudo -H pip install -r requirements.txt --upgrade

works on my mac

from rocketmap.

Outpox avatar Outpox commented on May 24, 2024 1

Indeed, he missed pip in his command.

from rocketmap.

bulldozier avatar bulldozier commented on May 24, 2024 1

Thanks @charlie5188 and @Outpox ; I fixed the comment and put it in a code block.

from rocketmap.

GareRam avatar GareRam commented on May 24, 2024

Exact same problem running the map on OSX 10.11.6. It appears protobuf has an issue, but that's all I can make of it.

from rocketmap.

pokephreak avatar pokephreak commented on May 24, 2024

I was getting this on Ubuntu, I removed protobuf, re-run pip install -r requirements.txt and it worked. Hope this helps.

from rocketmap.

Outpox avatar Outpox commented on May 24, 2024

Yep that's what I've just done and it solved the issue.
Editing main post to add the solution.

from rocketmap.

FranManre avatar FranManre commented on May 24, 2024

on windows ive done:

pip uninstall -r requirements.txt
pip install -r requirements.txt
npm install

It worked like a charm, hope it helps someone

from rocketmap.

bulldozier avatar bulldozier commented on May 24, 2024

This worked for me on Mac:

brew rm protobuf
sudo -H pip install -r requirements.txt --upgrade

from rocketmap.

brunchboy avatar brunchboy commented on May 24, 2024

Hmm, I am not willing to uninstall the homebrew version of Protobuf because it is a critical component of my own light show software open source project, which is frankly more important to me. I guess until they can coexist, I will give up on trying to install this tool, cool though it looks. [Updated later: I am able to use it via Docker to leave my development environment stable. After fixing the docker container link, since the documentation is out of date, and logging in to my new account using the actual game to get past the initial welcome steps, this is working for me.]

from rocketmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.