Coder Social home page Coder Social logo

Comments (3)

naman0512gupta avatar naman0512gupta commented on August 17, 2024

Hi @datafilik, Did you find a solution for the same?

from sumo-web3d.

oferonmi avatar oferonmi commented on August 17, 2024

from sumo-web3d.

bstouten avatar bstouten commented on August 17, 2024

Hi, I am on Windows 10 with Python 3.7.7 with SUMO 1.0.1 and initially experienced the same issue. Here are two options that may resolve it:

  1. Since I experienced the "Error on installation" #32 , I could not use pip and therefore downloaded the sumo_web3d sources from github. Subsequently, I installed git for windows (version 12.16.2), node.js (version 12.16.2), and yarn (by running npm install -g yarn). After that, I changed setup.py as described in #32. From there I followed the README.md in the sumo_web3d root directory and ran
    yarn
    yarn webpack
    which generated index.bundle.js and index.bundle.js.map. After that I did a
    python setup.py install
    resulting in a build\lib\sumo_web3d directory. From that directory I could succesfully run
    python sumo_web3d.py
    The files index.bundle.js and index.bundle.js.map can be found in build\lib\sumo_web3d\static

  2. Another option is to notice that index.bundle.js and index.bundle.js.map are included in the sumo-web3d-1.0.1.tar.gz that is available from https://pypi.org/project/sumo-web3d/#files. Perhaps extracting those two files and putting them in the \static directory of your sumo_web3d folder may work as well - I have not tried it though.

from sumo-web3d.

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.