Unable to install Selenium in Pycharm
Hi everyone,
I am new to Pycharm. I am learning Test Automation.
I tried installing Selenium by using Terminal: pip install selenium.
However, it raises an error with the output:
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
Collecting selenium
Using cached selenium-4.1.3-py3-none-any.whl (968 kB)
Collecting urllib3[secure,socks]~=1.26
Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
Collecting trio-websocket~=0.9
Using cached trio_websocket-0.9.2-py3-none-any.whl (16 kB)
Collecting trio~=0.17
Using cached trio-0.20.0-py3-none-any.whl (359 kB)
Requirement already satisfied: attrs>=19.2.0 in c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages (from trio~=0.17->selenium) (21.4.0
)
Collecting idna
Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting async-generator>=1.9
Using cached async_generator-1.10-py3-none-any.whl (18 kB)
Collecting sortedcontainers
Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting cffi>=1.14
Using cached cffi-1.15.0.tar.gz (484 kB)
Preparing metadata (setup.py) ... done
Collecting outcome
Using cached outcome-1.1.0-py2.py3-none-any.whl (9.7 kB)
Collecting sniffio
Using cached sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting wsproto>=0.14
Using cached wsproto-1.1.0-py3-none-any.whl (24 kB)
Collecting pyOpenSSL>=0.14
Using cached pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
Collecting certifi
Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting cryptography>=1.3.4
Using cached cryptography-36.0.2.tar.gz (572 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [249 lines of output]
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
Collecting setuptools>=40.6.0
Using cached setuptools-62.1.0-py3-none-any.whl (1.1 MB)
Collecting wheel
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0.tar.gz (484 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting setuptools-rust>=0.11.4
Using cached setuptools_rust-1.2.0-py3-none-any.whl (21 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting semantic-version<3,>=2.8.2
Using cached semantic_version-2.9.0-py2.py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.1.1-py3-none-any.whl (26 kB)
Building wheels for collected packages: cffi
Building wheel for cffi (setup.py): started
Building wheel for cffi (setup.py): finished with status 'error'
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[96 lines of output]
_configtest.c
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
creating build\lib.win-amd64-3.9\cffi
copying cffi\api.py -> build\lib.win-amd64-3.9\cffi
copying cffi\backend_ctypes.py -> build\lib.win-amd64-3.9\cffi
copying cffi\cffi_opcode.py -> build\lib.win-amd64-3.9\cffi
copying cffi\commontypes.py -> build\lib.win-amd64-3.9\cffi
copying cffi\cparser.py -> build\lib.win-amd64-3.9\cffi
copying cffi\error.py -> build\lib.win-amd64-3.9\cffi
copying cffi\ffiplatform.py -> build\lib.win-amd64-3.9\cffi
copying cffi\lock.py -> build\lib.win-amd64-3.9\cffi
copying cffi\model.py -> build\lib.win-amd64-3.9\cffi
copying cffi\pkgconfig.py -> build\lib.win-amd64-3.9\cffi
copying cffi\recompiler.py -> build\lib.win-amd64-3.9\cffi
copying cffi\setuptools_ext.py -> build\lib.win-amd64-3.9\cffi
copying cffi\vengine_cpy.py -> build\lib.win-amd64-3.9\cffi
copying cffi\vengine_gen.py -> build\lib.win-amd64-3.9\cffi
copying cffi\verifier.py -> build\lib.win-amd64-3.9\cffi
copying cffi\__init__.py -> build\lib.win-amd64-3.9\cffi
copying cffi\_cffi_include.h -> build\lib.win-amd64-3.9\cffi
copying cffi\parse_c_type.h -> build\lib.win-amd64-3.9\cffi
copying cffi\_embedding.h -> build\lib.win-amd64-3.9\cffi
copying cffi\_cffi_errors.h -> build\lib.win-amd64-3.9\cffi
running build_ext
creating build\temp.win-amd64-3.9
creating build\temp.win-amd64-3.9\Release
creating build\temp.win-amd64-3.9\Release\c
creating build\temp.win-amd64-3.9\Release\c\libffi_x86_x64
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Ic/libff
i_x86_x64 "-IC:\Users\VINH HUNG\PycharmProjects\pythonProject2\venv\include" -IC:\msys64\mingw64\include -IC:\msys64\mingw64\include\python3.9 "-IC:\Program Files (x8
6)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.
25.28610\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Pr
ogram Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kit
s\10\include\10.0.18362.0\cppwinrt" -IC:\xpressmp\include /Tcc/_cffi_backend.c /Fobuild\temp.win-amd64-3.9\Release\c/_cffi_backend.obj
_cffi_backend.c
C:\msys64\mingw64\include\stdio.h(265): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(276): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(290): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(301): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(312): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(329): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(336): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(343): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(357): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(368): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(396): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(409): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(416): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(423): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(451): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(464): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(996): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1007): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1018): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1030): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1037): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1044): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1054): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1065): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1076): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1083): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1104): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1117): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\swprintf.inl(27): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\swprintf.inl(34): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(389): error C2085: '_exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(389): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(396): error C2085: '_Exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(396): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(399): error C2085: '_Exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(399): error C2143: syntax error: missing ';' before '{'
C:\msys64\mingw64\include\stdlib.h(399): warning C4013: '_exit' undefined; assuming extern returning int
C:\msys64\mingw64\include\stdlib.h(399): error C2065: 'status': undeclared identifier
C:\msys64\mingw64\include\stdlib.h(405): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(484): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(491): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(562): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(566): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(681): error C2491: '_beep': definition of dllimport function not allowed
C:\msys64\mingw64\include\stdlib.h(683): error C2085: '_seterrormode': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(683): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(684): error C2085: '_sleep': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(684): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(705): error C2085: 'ecvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(706): error C2085: 'fcvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(707): error C2085: 'gcvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(708): error C2085: 'itoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(709): error C2085: 'ltoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(710): error C2085: 'putenv': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(714): error C2085: 'swab': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(717): error C2085: 'ultoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(718): error C2085: 'onexit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(724): error C2085: 'lldiv_t': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(726): error C2061: syntax error: identifier 'lldiv_t'
C:\msys64\mingw64\include\stdlib.h(730): error C2169: 'llabs': intrinsic function, cannot be defined
C:\msys64\mingw64\include\malloc.h(80): fatal error C1083: Cannot open include file: 'mm_malloc.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x64\\cl.exe' failed with exit c
ode 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cffi
Running setup.py clean for cffi
Failed to build cffi
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
Installing collected packages: wheel, typing-extensions, setuptools, semantic-version, pycparser, setuptools-rust, cffi
Running setup.py install for cffi: started
Running setup.py install for cffi: finished with status 'error'
error: subprocess-exited-with-error
Running setup.py install for cffi did not run successfully.
exit code: 1
[98 lines of output]
_configtest.c
running install
C:\Users\VINH HUNG\PycharmProjects\pythonProject2\venv\lib\python3.9\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py in
stall is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
creating build\lib.win-amd64-3.9\cffi
copying cffi\api.py -> build\lib.win-amd64-3.9\cffi
copying cffi\backend_ctypes.py -> build\lib.win-amd64-3.9\cffi
copying cffi\cffi_opcode.py -> build\lib.win-amd64-3.9\cffi
copying cffi\commontypes.py -> build\lib.win-amd64-3.9\cffi
copying cffi\cparser.py -> build\lib.win-amd64-3.9\cffi
copying cffi\error.py -> build\lib.win-amd64-3.9\cffi
copying cffi\ffiplatform.py -> build\lib.win-amd64-3.9\cffi
copying cffi\lock.py -> build\lib.win-amd64-3.9\cffi
copying cffi\model.py -> build\lib.win-amd64-3.9\cffi
copying cffi\pkgconfig.py -> build\lib.win-amd64-3.9\cffi
copying cffi\recompiler.py -> build\lib.win-amd64-3.9\cffi
copying cffi\setuptools_ext.py -> build\lib.win-amd64-3.9\cffi
copying cffi\vengine_cpy.py -> build\lib.win-amd64-3.9\cffi
copying cffi\vengine_gen.py -> build\lib.win-amd64-3.9\cffi
copying cffi\verifier.py -> build\lib.win-amd64-3.9\cffi
copying cffi\__init__.py -> build\lib.win-amd64-3.9\cffi
copying cffi\_cffi_include.h -> build\lib.win-amd64-3.9\cffi
copying cffi\parse_c_type.h -> build\lib.win-amd64-3.9\cffi
copying cffi\_embedding.h -> build\lib.win-amd64-3.9\cffi
copying cffi\_cffi_errors.h -> build\lib.win-amd64-3.9\cffi
running build_ext
creating build\temp.win-amd64-3.9
creating build\temp.win-amd64-3.9\Release
creating build\temp.win-amd64-3.9\Release\c
creating build\temp.win-amd64-3.9\Release\c\libffi_x86_x64
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Ic/libff
i_x86_x64 "-IC:\Users\VINH HUNG\PycharmProjects\pythonProject2\venv\include" -IC:\msys64\mingw64\include -IC:\msys64\mingw64\include\python3.9 "-IC:\Program Files (x8
6)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.
25.28610\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Pr
ogram Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kit
s\10\include\10.0.18362.0\cppwinrt" -IC:\xpressmp\include /Tcc/_cffi_backend.c /Fobuild\temp.win-amd64-3.9\Release\c/_cffi_backend.obj
_cffi_backend.c
C:\msys64\mingw64\include\stdio.h(265): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(276): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(290): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(301): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(312): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(329): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(336): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(343): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(357): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(368): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(396): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(409): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(416): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(423): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(451): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(464): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(996): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1007): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1018): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1030): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1037): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1044): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1054): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1065): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1076): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1083): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1104): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdio.h(1117): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\swprintf.inl(27): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\swprintf.inl(34): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(389): error C2085: '_exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(389): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(396): error C2085: '_Exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(396): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(399): error C2085: '_Exit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(399): error C2143: syntax error: missing ';' before '{'
C:\msys64\mingw64\include\stdlib.h(399): warning C4013: '_exit' undefined; assuming extern returning int
C:\msys64\mingw64\include\stdlib.h(399): error C2065: 'status': undeclared identifier
C:\msys64\mingw64\include\stdlib.h(405): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(484): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(491): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(562): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(566): error C2059: syntax error: 'type'
C:\msys64\mingw64\include\stdlib.h(681): error C2491: '_beep': definition of dllimport function not allowed
C:\msys64\mingw64\include\stdlib.h(683): error C2085: '_seterrormode': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(683): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(684): error C2085: '_sleep': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(684): error C2143: syntax error: missing ';' before 'type'
C:\msys64\mingw64\include\stdlib.h(705): error C2085: 'ecvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(706): error C2085: 'fcvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(707): error C2085: 'gcvt': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(708): error C2085: 'itoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(709): error C2085: 'ltoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(710): error C2085: 'putenv': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(714): error C2085: 'swab': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(717): error C2085: 'ultoa': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(718): error C2085: 'onexit': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(724): error C2085: 'lldiv_t': not in formal parameter list
C:\msys64\mingw64\include\stdlib.h(726): error C2061: syntax error: identifier 'lldiv_t'
C:\msys64\mingw64\include\stdlib.h(730): error C2169: 'llabs': intrinsic function, cannot be defined
C:\msys64\mingw64\include\malloc.h(80): fatal error C1083: Cannot open include file: 'mm_malloc.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x64\\cl.exe' failed with exit c
ode 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
cffi
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
× pip subprocess to install build dependencies 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.
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\users\vinh hung\pycharmprojects\pythonproject2\venv\lib\python3.9\site-packages)
Could anyone please help me with this problem?
Thank you very much!
Please sign in to leave a comment.