v2.0.1 ModuleNotFoundError: 'pip._internal.operations.build' + 'requests' #28
Replies: 13 comments 24 replies
-
OK, now it works :) @SETLOCAL enableextensions python.exe -m pip install -r requirements.txt ==> the problem was with the Python included in the package, my installed before Python 3.9 was OK. Anyway, I leave this message here, maybe helpful - not everybody can play with BAT files :) THANKS for such a smart software! |
Beta Was this translation helpful? Give feedback.
-
But in the end: Google does not want to send me pictures: ... The connection attempt failed because the connected party did not respond correctly after the specified time period, or the created connection failed because the connected host did not respond ' ... |
Beta Was this translation helpful? Give feedback.
-
Please test the latest version: https://github.com/derekhe/msfs2020-google-map/releases/tag/2.0.3 |
Beta Was this translation helpful? Give feedback.
-
Yep, CTD again :( |
Beta Was this translation helpful? Give feedback.
-
I will try now to revert to no "Google replacement" and with "hosts" commented. |
Beta Was this translation helpful? Give feedback.
-
I reverted to "default" - now I start my MSFS again. |
Beta Was this translation helpful? Give feedback.
-
OK, looks like my MSFS in default config (with "Google replacement" switched OFF) will start - now the bar goes right after 50%. To be sure I may do a test with ALL ADDONS OFF in Community folder and only "Google replacement" ON... |
Beta Was this translation helpful? Give feedback.
-
127.0.0.1 - - [15/Sep/2021 17:38:38] "GET /tiles/akh1202033022123003.jpeg?n=z&g=10652 HTTP/1.0" 500 - |
Beta Was this translation helpful? Give feedback.
-
" return session.request(method=method, url=url, **kwargs) |
Beta Was this translation helpful? Give feedback.
-
Still: "Failed to establish a new connection: [WinError 10060]" as you see... and I have DATA=>ONLINE FUNCTIONALITY ON... |
Beta Was this translation helpful? Give feedback.
-
So the conclusion is - I CAN USE Google but:
|
Beta Was this translation helpful? Give feedback.
-
Next test: I turned ON some of ADONS. So now I switched OFF ALL ADDON SCENERY (and I left all addon aircraft) - looks like MSFS will start, let's hope (no "Xbox Live" service message) ... HAHAHA - that "Xbox Live" thing was... because current Microsoft Servers outage! |
Beta Was this translation helpful? Give feedback.
-
v2.0.1 not working on my side (Win10 64):
(run as ADMIN as well as regular user)
...> .\run.bat
D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement>python\python.exe -m pip install -r requirements.txt
Traceback (most recent call last):
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_main.py", line 31, in
sys.exit(main())
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\cli\main.py", line 68, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\commands_init.py", line 94, in create_command
module = importlib.import_module(module_path)
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\commands\install.py", line 14, in
from pip._internal.cli.req_command import (
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\cli\req_command.py", line 21, in
from pip._internal.index.package_finder import PackageFinder
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\index\package_finder.py", line 32, in
from pip.internal.req import InstallRequirement
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\req_init.py", line 8, in
from .req_install import InstallRequirement
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\python\lib\site-packages\pip_internal\req\req_install.py", line 26, in
from pip._internal.operations.build.metadata import generate_metadata
ModuleNotFoundError: No module named 'pip._internal.operations.build'
D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement>python\python.exe src\app.py
Traceback (most recent call last):
File "D:\MSFS2020_ADDONS_R\FSUTILS\MSFS2020_Google_Map_replacement\src\app.py", line 6, in
import requests
ModuleNotFoundError: No module named 'requests'
Beta Was this translation helpful? Give feedback.
All reactions