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

noob question #2

Closed
waxweb opened this issue Mar 29, 2022 · 3 comments
Closed

noob question #2

waxweb opened this issue Mar 29, 2022 · 3 comments

Comments

@waxweb
Copy link

waxweb commented Mar 29, 2022

when I try to install the requirements, I get:
ERROR: Could not find a version that satisfies the requirement pywin32==301 (from versions: 302, 303)
I am on Python 3.10 on Windows 10 64... do I need to do something like make a specific 32 bit install of Python, or something like that? Please help :)

@waxweb
Copy link
Author

waxweb commented Mar 30, 2022

ok! I downgraded to 3.9, in which pywin32 still works.
I seem to have a noob directory problem, being on windows and all:
I double \'d the directory when inserting it in tts.py, but get:

i run tts.py and get
X:\01____PORTABLE\speech_pytts\SRT-Audio>python tts.py
Traceback (most recent call last):
File "X:\01____PORTABLE\speech_pytts\SRT-Audio\tts.py", line 8, in
parsesrt.parse(srtpath)
File "X:\01____PORTABLE\speech_pytts\SRT-Audio\parsesrt.py", line 22, in parse
ln+=b" "
UnboundLocalError: local variable 'ln' referenced before assignment

what to do?

@magnusjwatson2786
Copy link
Owner

Sorry about that. I just fixed it. It should work fine now.

@waxweb
Copy link
Author

waxweb commented Mar 31, 2022 via email

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