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

ImportError: cannot import name 'parseBool' from partially initialized module 'Scripts.utils' (most likely due to a circular import) #69

Closed
chengxin1992 opened this issue May 21, 2023 · 7 comments
Labels
Possible Fix Implemented I may have fixed it, awaiting confirmation

Comments

@chengxin1992
Copy link

ImportError: cannot import name 'parseBool' from partially initialized module 'Scripts.utils' (most likely due to a circular import)

Most likely due to circular imports
shared_imports and utils cycled
I'm a novice how should I solve him

@AdnielSsj
Copy link

Good morning, could you show a screenshot of your error? Also, which service are you using?

@salvecom333
Copy link

i also got the same error, im trying to use the TrackAdder.py from Tools.
errorhelp

@salvecom333
Copy link

how do i fix this? I am trying to add the audio track to the original video.

@salvecom333
Copy link

figured it out. in utils.py uncomment #from Scripts.shared_imports import * like this. and the TrackAdder.py works like intended.

@Alokkumar8
Copy link

move Scripts.util on the last line
image

@felipefalkiner
Copy link

Having this problem also

ThioJoe added a commit that referenced this issue Dec 14, 2023
Addresses #69

It was causing an error
ThioJoe added a commit that referenced this issue Dec 14, 2023
Also addresses #69 in other files
@ThioJoe ThioJoe added the Possible Fix Implemented I may have fixed it, awaiting confirmation label Dec 14, 2023
@ThioJoe
Copy link
Owner

ThioJoe commented Dec 14, 2023

Ok should be fixed with the latest script versions.

@ThioJoe ThioJoe closed this as completed Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Fix Implemented I may have fixed it, awaiting confirmation
Projects
None yet
Development

No branches or pull requests

6 participants