When I try to use ALPACA function from SlicerMorph the following message shows up. I’ve tried reinstalling the app, installing the updates and use the python command window, and using the Testing Version of ALPACA, but I keep getting errors.
>>> pip_install('notebook==6.0.3')
>>> pip_install('open3d==0.10.0')
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3571, in pip_install
_executePythonModule('pip', args)
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3533, in _executePythonModule
logProcessOutput(proc)
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3502, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['C:/ProgramData/NA-MIC/Slicer 5.2.1/bin/../bin\\PythonSlicer.EXE', '-m', 'pip', 'install', 'open3d==0.10.0']' returned non-zero exit status 1.
>>> slicer.util.pip_install('notebook==6.0.3')
>>> slicer.util.pip_install('open3d==0.9.0')
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3571, in pip_install
_executePythonModule('pip', args)
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3533, in _executePythonModule
logProcessOutput(proc)
File "C:\ProgramData\NA-MIC\Slicer 5.2.1\bin\Python\slicer\util.py", line 3502, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['C:/ProgramData/NA-MIC/Slicer 5.2.1/bin/../bin\\PythonSlicer.EXE', '-m', 'pip', 'install', 'open3d==0.9.0']' returned non-zero exit status 1.