ibcn-cloudlet / dianne

DIANNE - DIstributed Artificial Neural NEtworks
http://dianne.intec.ugent.be
GNU Affero General Public License v3.0
22 stars 8 forks source link

help with this error please #13

Closed khalidpandit closed 6 years ago

khalidpandit commented 6 years ago

d1 please help with this error

while running ./gradlew build command i am getting this error

tverbele commented 6 years ago

It is hard to see what went wrong from just this screenshot. You can also run Dianne using prebuilt binaries instead of building the complete source tree, e.g. check the examples repository: https://github.com/ibcn-cloudlet/dianne-examples

eliasdc commented 6 years ago

Based on your screenshot it fails with the following command:

cp /home/khalid/be.iminds.iot.dianne.rl.environment.ale/impl.bnd.template /home/khalid/be.iminds.iot.dianne.rl.environment.ale/impl.bnd

which overwrites the impl.bnd file if it exists and creates it otherwise. This should be possible on all Linux machines if you have write permissions on those folders. What you could try is to clean everything beforehand.

./gradlew cleanAll