chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

RECORD pandas-2.0.0

Open ypinedal opened this issue 2 years ago • 1 comments

Warning: Validation of the RECORD file of pandas-2.0.0-cp310-cp310-win_amd64.whl failed. Please report to the maintainers of that package so they can fix their build process. Details: In C:\Users\yepli\AppData\Local\pypoetry\Cache\artifacts\85\f6\63\51ca75625c80a076445e7ed2b95badf39f34916440f852dee63e76fce4\pandas-2.0.0-cp310-cp310-win_amd64.whl, pandas/_libs/window/msvcp140.dll is not mentioned in RECORD In C:\Users\yepli\AppData\Local\pypoetry\Cache\artifacts\85\f6\63\51ca75625c80a076445e7ed2b95badf39f34916440f852dee63e76fce4\pandas-2.0.0-cp310-cp310-win_amd64.whl, pandas/_libs/window/concrt140.dll is not mentioned in RECORD In C:\Users\yepli\AppData\Local\pypoetry\Cache\artifacts\85\f6\63\51ca75625c80a076445e7ed2b95badf39f34916440f852dee63e76fce4\pandas-2.0.0-cp310-cp310-win_amd64.whl, pandas/_libs/window/vcruntime140_1.dll is not mentioned in RECORD

ypinedal avatar Apr 08 '23 18:04 ypinedal

Based on the error message, it seems that there is an issue with the packaging process of the pandas library. Specifically, the RECORD file, which contains a list of all files included in the package, is missing some necessary files. In this case, the missing files are "msvcp140.dll", "concrt140.dll", and "vcruntime140_1.dll".

it is generally recommended to use the latest stable version of a library whenever possible. So please use that .

the problem is having to do with the missing files and to solve this problem the best thing to do is to

try to install the Microsoft Visual C++ Redistributable package for Visual Studio 2015, which contains these files. You can download the package from the Microsoft website: https://www.microsoft.com/en-us/download/details.aspx?id=48145

Try to reinstall the pandas Library again after that

Hope you have a good time with the repo and your work . Happy Easter!

JUSTICEESSIELP avatar Apr 08 '23 20:04 JUSTICEESSIELP