Coder Social home page Coder Social logo

Can't read encodings about ops HOT 2 CLOSED

nanovms avatar nanovms commented on May 17, 2024
Can't read encodings

from ops.

Comments (2)

erectcrested avatar erectcrested commented on May 17, 2024

https://github.com/nanovms/nanos/issues/202

from ops.

mkhon avatar mkhon commented on May 17, 2024

Reading from files was broken (fixed in nanovms/nanos#426).

Python 2.7 works with the following config:

{
    "Files": [ "hello.py" ], 
    "Args": [ "python", "hello.py" ],
    "Env": { "HOME": "/", "PYTHONDONTWRITEBYTECODE": "1" },
    "MapDirs": {
        "linux-python2.7-venv/lib/*": "/usr/lib"
    }
}

Where linux-python2.7-venv was created using virtualenv:

virtualenv --always-copy linux-python2.7-venv
find linux-python2.7-venv -name '* *' -delete # filenames with spaces are not supported

from ops.

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.