-
Notifications
You must be signed in to change notification settings - Fork 46
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
.sh install meet some error #129
Comments
and i just wanna to ask if i install the ClearMapUi39.yml already, do i need to perform the .sh? and how can i activate the gui |
Hi, What I did was ./install_gui.sh -f ClearMapUi39.yml In the bash terminal while in the ClearMap2.1 directory. This installs and creates the ClearMapUi39 environment correctly. After responding yes to everything when prompted, close the terminal, reopen, activate the ClearMapUi39 env, and then type clearmap-ui to launch the GUI. |
@Tas-V That is indeed the way to go. Please let me know if you have comments on the installer. |
@crousseau Everything seems fine with the installer; I had to change the numpy version to 1.24.4 due to an error message in my fork but am unsure if that would be necessary for the main branch. |
Thanks a lot for your reply!! i will try it soon |
Hi all, I was having similar issue as well, but I used the above command so that the installation starts: ./install_gui.sh -f ClearMapUi39.yml But now I am getting error as such: Updating CUDA dependencies for ClearMap Any idea what might be the issue? |
It seems there are some recent changes in conda making this incompatible. You can try replacing Please let me know if this works |
Hi author, i wanna to seek your help
when i install the clearmap2 using the install_gui.sh, i meet
Traceback (most recent call last):
File "", line 1, in
File "/home/z/ClearMap2/ClearMap/Utils/install_utils.py", line 224, in patch_env
env_mgr = EnvFileManager(cfg_path, dest_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/z/ClearMap2/ClearMap/Utils/install_utils.py", line 29, in init
with open(self.cfg_path, 'r') as in_file:
^^^^^^^^^^^^^^^^^^^^^^^^
IsADirectoryError: [Errno 21] Is a directory: '/home/z/ClearMap2/'
Could you help me?
The text was updated successfully, but these errors were encountered: