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

Replaced space character #401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Aterolite24
Copy link

Description

As a workaround for Issue #400, I modified the setup.py to replace spaces in the SOURCE_DIR path with %20, which allowed the build process to proceed:

SOURCE_DIR = str(SOURCE_DIR).replace(' ', '%20')

However, this is only a temporary fix, and the issue should ideally be resolved by properly escaping or quoting directory paths with spaces in the build scripts.

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 this pull request may close these issues.

1 participant