-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors: installing dependencies: Medsam Lite Server #4
Comments
Hi, thank you for sharing your experience! I guess the reason is existence of a space character (" ") in the directory name. We will fix it asap and keep you posted. A temporary fix would be saving everything in folders and files with no space in the name. |
A new release is ready. We tried to address this issue. Please remove pre-existing version and install the new one and let me know if it fixed your issue. |
Hi, thank you for your reply! I install the new version, but I meet another problem while I am stuck in the process of installing dependencies:Medsam Lite Server. |
Hi, I successfully installed all dependencies after I fixed the network issue. Thanks! |
Hi, I have checked that the network can download files from Github, but I am still stuck in the process of installing dependencies:Medsam Lite Server. The error messages are indicated below.
ERROR: Invalid requirement: '5.6.1/MedSAMSlicer-0.01/med/server_essentials'
Exception in thread Thread-12:
Traceback (most recent call last):
File "G:\software\Slicer 5.6.1\lib\Python\Lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "G:\software\Slicer 5.6.1\lib\Python\Lib\threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "G:/software/Slicer 5.6.1/MedSAMSlicer-0.01/MedSAMSlicer-0.01/MedSAM/MedSAMLite/MedSAMLite.py", line 429, in pip_install_wrapper
slicer.util.pip_install(command)
File "G:\software\Slicer 5.6.1\bin\Python\slicer\util.py", line 3887, in pip_install
_executePythonModule("pip", args)
File "G:\software\Slicer 5.6.1\bin\Python\slicer\util.py", line 3848, in _executePythonModule
logProcessOutput(proc)
File "G:\software\Slicer 5.6.1\bin\Python\slicer\util.py", line 3814, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command '['G:/software/Slicer 5.6.1/bin/../bin\PythonSlicer.EXE', '-m', 'pip', 'install', '-e', 'G:/software/Slicer',
The text was updated successfully, but these errors were encountered: