from . import _distutils, _sysconfig File"/home/dechin/anaconda3/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py", line18,in<module> from .base import get_major_minor_version File"/home/dechin/anaconda3/lib/python3.8/site-packages/pip/_internal/locations/base.py", line14,...
[axel@fedora oobabooga_linux]$ sh start_linux.sh Traceback (most recent call last): File "/home/axel/Ai/oobabooga_linux/text-generation-webui/server.py", line 17, in <module> import gradio as gr ModuleNotFoundError: No module named 'gradio' Steps to reproduce: Download the linux zip...
in<module>from pip._internal.cli.main_parser import create_main_parserFile"/home/dechin/anaconda3/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py",line8,in<module>from pip._internal.cli import cmdoptionsFile"/home/dechin/anaconda3/lib/python3.8/site-packages/pip/_internal/cli/...
in get_config_vars _init_posix(_CONFIG_VARS) File "/home/dechin/anaconda3/lib/python3.8/sysconfig.py", line 430, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ModuleNotFoundError: No module named '_sysconfigdata_x86_64_conda_linux_gnu' ...
prediction = await anyio.to_thread.run_sync( File "C:\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", lin...
py", line 1, in <module> import eikon as ek ModuleNotFoundError: No module named 'eikon' Here's the result of 'pip list' in the same directory: Package Version --- --- anyio 3.5.0 appdirs 1.4.4 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 asttokens 2.0.5 attrs 21.4.0...
_temp=__import__(name,globals(),locals(),['build_time_vars'],0)ModuleNotFoundError:No module named'_sysconfigdata_x86_64_conda_linux_gnu' 问题定位与解决 经过一圈的检索,最后对问题的出现原因定位为:在某一个版本的python中丢失了一个备份文件,通常在同一个版本的python下会有两个相同的_sysconfig...
I have also tried rebooting the machine. No matter what I do, I have been stuck for hours getting an error when simply trying to 'import dash'. import dashModuleNotFoundError: No module named 'dash' Process finished with exit code 1...
ModuleNotFoundError: No module named 'packaging' error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. ...
ModuleNotFoundError: No module named 'packaging' [end of output] The environment is Win11 Pro and the python version is 3.9.13. Would you please give me a clue to solve the issue? Thanks a lot. sxunixcommentedAug 19, 2023 Just install itpip3 install packaging ...