I use pip to install a python pakage pandas. When I begin the install withpip install pandas
, I get this erro message. It look like a bit difference bettwen the sample MSVC version problem. I have reinstall the vitrual studio with it's MSCV but this erro message still display. I find the problem from another pakage called nes-py
. When I use pip to install it the terminal give a same erro message.
My computer eviroment is Win11 + VS. I also install mingw from the msys2. I find same question have been aked when someone use mingw so I suppose that the problem is pip choose an erro complier. Can anyone solve this problem.
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 887, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "C:\Users\fanby\AppData\Local\Temp\pip-build-env-x9gin6nr\overlay\lib\python3.10\site-packages\setuptools\_distutils\msvc9compiler.py", line 295, in <module>
raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION)
distutils.errors.DistutilsPlatformError: VC 6.0 is not supported by this module