Samsung / veles

Distributed machine learning platform
Other
906 stars 180 forks source link

Can't install on ubuntu 16.04 #51

Open inferrna opened 7 years ago

inferrna commented 7 years ago

using

wget -O - https://velesnet.ml/ubuntu-install.sh | bash -

got

...
Reading package lists... Done
W: The repository 'https://velesnet.ml/apt xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://velesnet.ml/apt/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python3-veles

Is project even alive? As for now it seems the only ML framework with full OpenCL support - would sad if you buried it.

ghost commented 7 years ago

Bump - Same issue.

vmarkovtsev commented 7 years ago

Guys, the former main Veles contributor here. I no longer work in Samsung and don't have the access to the package repository, etc. The Ubuntu package used to work on 14.04 and 14.10. If you really want to install it on 16.04 then you'll have to clone the repo and install the dependencies manually from https://github.com/Samsung/veles/blob/master/debian/control and probably execute some commands from https://github.com/Samsung/veles/blob/master/debian/rules

Lyubava commented 7 years ago

Hi, I commited fixes for 16 ubuntu. I can't release version of Veles right now, because we have problems with the server. So, follow https://velesnet.ml/docs/manualrst_veles_developer_setup.html to setup Veles on 16 ubuntu

Lyubava commented 7 years ago

I tried these steps (https://velesnet.ml/docs/manualrst_veles_developer_setup.html) on Ubuntu 16.04. It works fine. Just some comments:

  1. You may change the version of pygit2 in requirements.txt if it is incompatible with the version of libgit2. I used version pygit2==0.24.0.
  2. If you want graphics to work, install pygt4 with sudo apt-get install python3-pyqt4 I will update the documentation and make release as soon as problems with the server will be fixed.