-
Notifications
You must be signed in to change notification settings - Fork 243
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
How to change Python version? #106
Comments
What docker image are you running? win32 or win64? Please be more clear. |
First of all, Thanks for your attention.
I’ve never dealt with Docker before, so I am not sure it is win32 or win64. |
It's ok - typing errors are fine! :) hmmm... I'll take a look to see whether its win32 or 64. Thanks for the extra details |
Please remind me tomorrow or ill forget :) |
Hi, @TheTechRobo. If you’re free sometime, could you help to check whether it‘s win32 or win64? Sorry for the late remind. |
perhaps this issue is related? #105 |
Tbh I can't tell. May you tell where you got the github action? |
In the beginning, there was a error:
Unable to find "C:\users\root\nltk_data" when adding binary and data files.
Then, I downgrade pyinstaller by adding
pyinstaller==3.3
to requirements.txt according to the instructions on this link —— Unable to find "/usr/share/nltk_data" when adding binary and data files. · Issue #2159 · nltk/nltk.BTW, there was a typo in README.md,
pyinstaller=3.1.1
should bepyinstaller==3.1.1
.But then there was another error:
RecursionError: maximum recursion depth exceeded while calling a Python object
According to RecursionError: maximum recursion depth exceeded - python 3.6 issue · Issue #2919 · pyinstaller/pyinstaller, I need to downgrade Python version to 3.5.3
So, How to change Python version?
The text was updated successfully, but these errors were encountered: