Giter VIP home page Giter VIP logo

Comments (4)

breed808 avatar breed808 commented on June 12, 2024

Do you have a C compiler installed? It's necessary to build the cryptography library used by solariot.

I can't find any mention of installing system packages in the official documentation, but Docker is apparently installed. You could attempt to run solariot via the Docker container.

from solariot.

sEdsKi avatar sEdsKi commented on June 12, 2024

Do you have a C compiler installed?

Not unless it was installed along with the HAOS for Virtual Machine.
I have tried searching and reading up - but cannot find anything that looks suitable

You could attempt to run solariot via the Docker container.

I'm not sure how to go about this

from solariot.

meltaxa avatar meltaxa commented on June 12, 2024

Try doing the same in a fresh python virtual environment. For example:

python3 -m venv solariot-venv
cd solariot-venv
source bin/activate
git clone https://github.com/meltaxa/solariot.git
cd solariot
pip install --upgrade -r requirements.txt

I was able to do the above without error (on Python 3.8).

As mentioned, Docker is also another way to run Solariot. You'll need to install Docker Desktop: https://www.docker.com/products/docker-desktop. Follow the instructions under the Docker heading in the readme.

from solariot.

sEdsKi avatar sEdsKi commented on June 12, 2024

Both of these options are beyond my full understanding.
Should I be running these commands through ssh? Some other method?

from solariot.

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.