Giter Site home page Giter Site logo

Comments (7)

ssavary avatar ssavary commented on May 31, 2024 2

I ran into the same error (OS 14.4, python 3.7.x), here's my workaround:

  1. cd /Applications/veles.app/Contents/Resources/veles-server
  2. mv venv venv_old
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. download the requirements.txt from Veles' GitHub repo and pip install -r PATH_TO_REQ_FILE/requirements.txt
  6. mv venv_old/lib/python3.6/site-packages/veles venv/lib/python3.7/site-packages/
  7. mv venv_old/lib/python3.6/site-packages/veles-0.0.1.dev635-py3.6.egg-info/ venv/lib/python3.7/site-packages/
  8. launch veles.app

But now there's a new problem, but at least not linked to missing modules.

FYI, now I'm getting this error :
PermissionError: [Errno 13] error while attempting to bind on address ('127.0.0.1', 1): permission denied

Edit: nevermind the new error: changing the port number to something else than the default (1 in my case) did it (e.g. 10000)

from veles.

mkow avatar mkow commented on May 31, 2024

Temporary workaround: upgrade python to 3.6.

from veles.

NogradThGin avatar NogradThGin commented on May 31, 2024

Same problem for me but on BlackArch (Rolling System) I tried to start it with python3.6 that did not solve my prob. I took veles from BlackArch repository. Wanna try to build it from source.

(Using source builded with Python 3.6 is working)

from veles.

mkow avatar mkow commented on May 31, 2024

We didn't put Veles into BlackArch repo, so no idea what exactly is there ;)
We officially support only building from master or downloading the most recent release (https://github.com/codilime/veles/releases; the current one is pretty old, so it's better to build it from the repo).

from veles.

reinecke avatar reinecke commented on May 31, 2024

I just ran into this same error. Running Mojave 10.14.3 with python 3.7.2 installed.

from veles.

zebambam avatar zebambam commented on May 31, 2024

I just had it on startup too.

from veles.

psifertex avatar psifertex commented on May 31, 2024

Same issue in catalina, still around. :-/

from veles.

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.