BhallaLab / MouseBehaviour

Arduino and PointGrey camera based behaviour setup.
https://mousebehaviour.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 5 forks source link

Modifying protocols #57

Closed hrishi16 closed 5 years ago

hrishi16 commented 5 years ago

Just adding a line or changing it in the local '.csv' file in 'Protocols' foldr does not start the new protocol. This is the error that comes:

protocol_error

dilawar commented 5 years ago

Can you copy paste everything in terminal and upload as a text file. The error occured somewhere way up during cmakr phase.

dilawar commented 5 years ago

https://unix.stackexchange.com/q/200637/5362

hrishi16 commented 5 years ago

This doesn't work with the docker terminal. The screenshot above is from the docker gui, couldn't find a way to write it. I also tried executing command in docker using this https://www.edureka.co/community/10588/how-can-i-run-a-docker-exec-command-inside-a-docker-container .... this didn't exactly run in the docker but the main terminal. Normal selecting and copying is also not working on the gui xterm

dilawar commented 5 years ago

Docker fetches code from github; so unless things are committed to master branch, your local changes won't have any effect inside docker. I'll add changes to make sure that local changes are visible inside docker.

hrishi16 commented 5 years ago

[100%] Built target cam_server

New error after yesterday's update

dilawar commented 5 years ago

screeninfo latest version was released on July 28 which is not compatible with 3.6. it requires dataclass. I'll pin the version to previous release to fix it.

On 7 August 2019 10:50:53 PM IST, hrishi16 notifications@github.com wrote:

[100%] Built target cam_server

  • cd ..
  • python3 gui.py --build-dir /root/MouseBehaviour/_docker_build Traceback (most recent call last): File "gui.py", line 25, in from screeninfo import get_monitors File "/usr/local/lib/python3.6/dist-packages/screeninfo/init.py", line 1, in from .common import Enumerator, Monitor File "/usr/local/lib/python3.6/dist-packages/screeninfo/common.py", line 3, in from dataclasses import dataclass ModuleNotFoundError: No module named 'dataclasses' Makefile:14: recipe for target 'run' failed make: *** [run] Error 1

New error after yesterdays update

-- You are receiving this because you were assigned. Reply to this email directly or view it on GitHub: https://github.com/BhallaLab/MouseBehaviour/issues/57#issuecomment-519191354

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.