-
Notifications
You must be signed in to change notification settings - Fork 315
ModuleNotFoundError: No module named 'encodings' #909
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
Comments
Hmm, in Btw, where are modules located by default if I use |
Unfortunately I still have a problem for
Any tips here? Looks like |
Windows 7 is not supported, may not work anymore |
From first post we see this:
I don't know why first path is absolute but 2 and 3 is relative, and relative to what? Solution is to manually set this two paths (DLL and lib) in There still is some other problem with
Can anyone confirm that installing the two abow packages (pyautogui and pytweening) works on the latest versions of WinPython? I wonder if it is the fault of the packages (not compatible with the latest WinPython version) or maybe just incompatibility with the operating system. The solution is to manually put the files in the right places, but that's an extra step. |
Hi, I use Win7 and download
Winpython64-3.8.6.0dot.exe
. When I runWinPython Command Prompt.exe
, passpython
and pressEnter
then get this error:I have same problem with oryginal
python-3.9.1-embed-amd64
when try runningpython.exe
(from official page).The important thing is that file
winpython\python-3.8.6.amd64\python.exe
from your project works fine (don't get any error). Any tips on what's the problem? I need access topip
(for install module) and to run py files in portable way.The text was updated successfully, but these errors were encountered: