Skip to content
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

Path not working on MacOS #39

Closed
EvenGu opened this issue Jun 27, 2020 · 1 comment
Closed

Path not working on MacOS #39

EvenGu opened this issue Jun 27, 2020 · 1 comment

Comments

@EvenGu
Copy link

EvenGu commented Jun 27, 2020

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 use os.path.join()

The backslashes resulted in folders like this:
image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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):

  • OS: [e.g. iOS]
  • Python Version [e.g. 3.6.0]
  • Are you using anaconda?

Additional context
Add any other context about the problem here.

@sgoldenlab
Copy link
Owner

Hi @EvenGu - currently we only support Windows. I.e., check this recent issue for suggested work arounds (e.g., virtual Win environment for now) :

#37 (comment)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants