Closed dacoex closed 8 years ago
With the sumatra_execise, this does also appear:
(C:\Users\%USER%\AppData\Local\Continuum\Anaconda3) C:\Users\%USER%\Documents\devel\python\sumatra_trials\sumatra_exercise>git init
Initialized empty Git repository in C:/Users/%USER%/Documents/devel/python/sumatra_trials/sumatra_exercise/.git/
(C:\Users\%USER%\AppData\Local\Continuum\Anaconda3) C:\Users\%USER%\Documents\devel\python\sumatra_trials\sumatra_exercise>python C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\Scripts\smt init -d Data -i .
ProjectGlass
Sumatra project successfully set up
(C:\Users\%USER%\AppData\Local\Continuum\Anaconda3) C:\Users\%USER%\Documents\devel\python\sumatra_trials\sumatra_exercise>python C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\Scripts\smt run -e python -m
glass_sem_analysis.py default_parameters MV_HFV_012.jpg
Multiple versions found, using C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\python.exe. If you wish to use a different version, please specify it explicitly
Traceback (most recent call last):
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\Scripts\smt", line 31, in <module>
main(sys.argv[2:])
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\lib\site-packages\sumatra\commands.py", line 382, in run
executable = get_executable(path=executable_path)
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\lib\site-packages\sumatra\programs.py", line 232, in get_executable
program = Executable(path)
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\lib\site-packages\sumatra\programs.py", line 81, in __init__
self.version = version or self._get_version()
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\lib\site-packages\sumatra\programs.py", line 109, in _get_version
shell=True, timeout=5)
File "C:\Users\%USER%\AppData\Local\Continuum\Anaconda3\lib\site-packages\sumatra\core.py", line 69, in run
signal.signal(signal.SIGALRM, alarm_handler)
AttributeError: module 'signal' has no attribute 'SIGALRM'
(C:\Users\%USER%\AppData\Local\Continuum\Anaconda3) C:\Users\%USER%\Documents\devel\python\sumatra_trials\sumatra_exercise>
This issue is a duplicate of #189. You will find further explanations over there.
Sorry, then I close here.
after successfulling settign teh repo & project up (see #347 ), there is another issue:
What could be the reason for this failure?