-
Notifications
You must be signed in to change notification settings - Fork 120
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
Caster fails on startup with SystemError: Your platform is not currently supported by Caster #536
Comments
it seems this was my fault. i have 64-bit python 2.7 installed, and the documentation calls for 32 bit. is there any technical reason to exclude 64-bit python? |
Were you running python x64 before and everything was working? |
yes. actually, to the point that i had no idea that i screwed up! |
From Natlink:
This may no longer be true. |
i'm using windows speech recognition until my order for dragon comes in, so that might be the difference. |
I will contact the Natlink authors and see what's up and whether this still needs to be 32 bit python. |
Ah I see. So no Natlink at all. |
So it is a bug in the requirements checking as we should allow 64 bit python + WSR. |
I would be hesitant to include 64-bit Python for WSR. Most people moved to DNS after working with WSR which would necessitate uninstalling Python 64-bit and installing the 32-bit version. @kendonB if the natlink maintainers state otherwise we can can change requirements to 64-bit for both DNS and Dragon. |
Hello,
After commit 2266132, caster fails to start with error message "Your platform is not currently supported by Caster". Caster was working correctly before this commit.
I'm running Caster and dragonfly on python 2.7 with Anaconda3 on Windows 10.
The text was updated successfully, but these errors were encountered: