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

Debian pls!? #249

Closed
sigmamale1980 opened this issue Jun 21, 2017 · 3 comments
Closed

Debian pls!? #249

sigmamale1980 opened this issue Jun 21, 2017 · 3 comments

Comments

@sigmamale1980
Copy link

sigmamale1980 commented Jun 21, 2017

Hi, is possible to get veles to run on debian testing(or)stretch ? the issue is that in debian, python2 is default by nature & py3 req.txt are all based on py3.

thx in adv.

@wiktorn
Copy link
Contributor

wiktorn commented Jun 21, 2017

What is your problem?

I've just installed fresh Debian 9.0 stretch, downloaded 2017.05 Ubuntu release and did:

# dpkg -i Veles_2017.05_64bit_Ubuntu1604.deb
# apt-get install -f

And got everything working.

Python 3.5 is available in Debian and is required for Veles to work.

@sigmamale1980
Copy link
Author

sigmamale1980 commented Jun 21, 2017

i prefered a git install instead.

srv.py wasnt't found though i verified the location & is correctly set.

managed to link srv.py but ended up the server connection not connecting!

so, any idea's or am i forced to install the "Ubuntu" deb ver on debian?

thx.

@wiktorn
Copy link
Contributor

wiktorn commented Jun 22, 2017

Indeed this is not clear in README. We will update it accordingly.

Steps to get run Veles from source:

$ git clone https://github.com/codilime/veles.git
$ apt-get install cmake zlib1g-dev qtbase5-dev g++ python3 python3-venv python3-dev libffi-dev libssl-dev
$ mkdir build
$ cd build
$ cmake -D CMAKE_BUILD_TYPE=Release ..
$ make

This part is already covered.

But to run you need to create Python virtualenv:

$ python3 -m venv ~/venv/veles
$ . ~/venv/veles/bin/activate
(veles) $ pip install -r ../python/requirements.txt

(assuming you're in your build directory)

Then to run veles you need to activate python virtualenv:

$ . ~/venv/veles/bin/activate
(veles) $ ./veles

(assuming you're in your build directory)

Hope that helps.

wiktorn pushed a commit that referenced this issue Jun 22, 2017
wiktorn pushed a commit that referenced this issue Jun 22, 2017
wiktorn pushed a commit that referenced this issue Jun 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants