Giter Club home page Giter Club logo

Comments (3)

blueyed avatar blueyed commented on August 17, 2024

Code ref:

voltron/install.sh

Lines 111 to 115 in d9fef0b

if echo $PYVER|grep "3\."; then
sudo apt-get -y install libreadline6-dev python3-dev python3-setuptools python3-yaml python3-pip
else
sudo apt-get -y install libreadline6-dev python-dev python-setuptools python-yaml python-pip
fi

Should probably fail with PYVER=2 (via python being a Python 2.x, or use/try python3 instead).

Not really a problem with voltron, but only its install.sh script.

from voltron.

rileyrg avatar rileyrg commented on August 17, 2024

Not really a problem with voltron, but only its install.sh script.

Erm, yes. ;) I installed it from Debian Bullseye repos, and there are issues too (it simply fell over starting up with a backtrace) but I didn't have time to follow them up - I'll look into that later and report back if I don't get it working,

from voltron.

rileyrg avatar rileyrg commented on August 17, 2024

Not really a problem with voltron, but only its install.sh script.

Erm, yes. ;) I installed it from Debian Bullseye repos, and there are issues too (it simply fell over starting up with a backtrace) but I didn't have time to follow them up - I'll look into that later and report back if I don't get it working,

OK, I had another look and it doesn't work from Debian 11 install either. An "async=True" problem and WerkZeug versioning issues : both referenced in other bug reports. Much as I'd like to use it, I don't have the time currently to mess around with python as I don't know anything about it. I did follow a PR to modify "async=True" to "asynchronous = True" in memory.py but I couldn't get any voltron views to connect despite ensuring entry.py was sourced and "voltron loaded" - I even tried an addition "voltron init" in my gdb init but no localhost:5555 connection available. I'll shelve this for now and maybe can submit more detailed bug report at a later date. A shame. re Python versioning ; no idea how to fix that install script - voltron does or doesn't work with a system whose default python is 2.x? eg debian. Closing.

from voltron.

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.