davisking/dlib

[Bug]:

Jeevitha-2005 opened this issue · 4 comments

What Operating System(s) are you seeing this problem on?

Windows

dlib version

not installed

Python version

3.12

Compiler

vs code

Expected Behavior

dlib installed successfully

Current Behavior

PS C:\Users\JEEVITHA S> pip install dlib
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Scripts\pip.exe_main
.py", line 4, in
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\cli\main.py", line 9, in
from pip._internal.cli.autocompletion import autocomplete
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\cli\autocompletion.py", line 10, in
from pip._internal.cli.main_parser import create_main_parser
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\cli\main_parser.py", line 8, in
from pip._internal.cli import cmdoptions
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\cli\cmdoptions.py", line 23, in
from pip._internal.cli.parser import ConfigOptionParser
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\cli\parser.py", line 12, in
from pip._internal.configuration import Configuration, ConfigurationError
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\configuration.py", line 20, in
from pip._internal.exceptions import (
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_internal\exceptions.py", line 7, in
from pip.vendor.pkg_resources import Distribution
File "C:\Users\JEEVITHA S\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip_vendor\pkg_resources_init
.py", line 2164, in
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

Steps to Reproduce

i have every necessary libraries
python version 3.12
pip version 23.3.1

Anything else?

No response

That 'pkgutil' has no attribute 'ImpImporter' is happening inside some other package unrelated to dlib. So I don't know what the problem is. Maybe your python distribution is messed up somehow 🤷

Warning: this issue has been inactive for 35 days and will be automatically closed on 2023-12-06 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.

Warning: this issue has been inactive for 42 days and will be automatically closed on 2023-12-06 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.

Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.