Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

ImportError: No module named 'veles' on macOS #445

@droe

Description

@droe

Latest veles for macOS (it reports itself as 2018.05.0.TIF in it's about dialogue) fails to launch properly on my system. The installed app bundle starts, but fails to do anything useful after showing the following error message:

Trying to start a new server...
    working directory: /Applications/veles.app/Contents/Resources/veles-server
    python script name: srv.py
    python interpreter executable: /Applications/veles.app/Contents/MacOS/../Resources/veles-server/venv/bin/python3
    arguments:
        srv.py
        --cert-dir
        /Users/jdoe/Library/Application Support/CodiSec/Veles
        veles+ssl://e2bf40e5633156a6338898a5703e93c6@127.0.0.1:3135
        /Users/jdoe/Library/Application Support/CodiSec/Veles/veles.vdb

Waiting for a new server to start...
Process of locally created server started.
Traceback (most recent call last):
  File "srv.py", line 22, in <module>
    from veles.server.conn import AsyncLocalConnection
ImportError: No module named 'veles'
Process of locally created server finished. Exit code: 1.
NetworkClient: Disconnect.

This is macOS Sierra 10.12.6, uname is Darwin [redacted] 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 21 20:07:39 PDT 2018; root:xnu-3789.73.14~1/RELEASE_X86_64 x86_64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions