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

BEELINE Installation Failure on Windows #104

Open
kevchen03 opened this issue May 24, 2024 · 2 comments · May be fixed by #110
Open

BEELINE Installation Failure on Windows #104

kevchen03 opened this issue May 24, 2024 · 2 comments · May be fixed by #110

Comments

@kevchen03
Copy link
Collaborator

kevchen03 commented May 24, 2024

When installing Beeline on Windows, a common recurring issue is the inability for the script to parse and split paths due to differences in path separators depending on the OS. A fix may be to use os.path.sep in the place of any hardcoded path separators.

@tmmurali
Copy link
Member

Thanks for the report @kevchen03. I suggest you reword the last sentence to say something like "A fix might be to use os.path.sep." and to test that change before creating a PR.

@kevchen03
Copy link
Collaborator Author

Thank you @tmmurali. I have edited the issue to reflect this change.

@yutuyt01 yutuyt01 linked a pull request Jun 6, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants