Closed EvenGu closed 4 years ago
Hi @EvenGu - currently we only support Windows. I.e., check this recent issue for suggested work arounds (e.g., virtual Win environment for now) :
https://github.com/sgoldenlab/simba/issues/37#issuecomment-643699314
There been a lot of Mac/Linux users reaching out about issues like this, and I know some may be working on updating the SimBA code to ensure Mac/Linux compatibility and when this is available I will let you know.
Describe the bug A clear and concise description of what the bug is. Some of your scripts use backslashes for generating a path, which does not work on MacOS. For example, in the create_project_init.py,
project_folder = str(directory +'\\' + project_name + '\\project_folder')
It would be better to useos.path.join()
The backslashes resulted in folders like this:
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.