Otto Fajardo
Otto Fajardo
I think for no key columns pandas rename them as column_x, column_y? If so, the same has to happen here. You would need to check all possible things AND write...
thanks a lot for the report and the working solution. I'm going to read about the new dll importing mechanism, but it sounds as if I do the os.add_dll_directory in...
hi @edg956 , I have prepared a new version 0.4.4 where I do the os.add_dll_directory on the __init__.py, but I have not been able to test it since my access...
I managed to test and unfortunately for me it is not working. Also adding manually the folder site-packages\pyreadr to os.add_dll_directory, windows PATH and sys.path neither alone or in combination helps....
OK I know what is happening: The problem is that depending how you install Python, the folder structure of where the packages get installed looks different. For instance, if you...
OK I was installing/copying the dlls as data_files, as that seemed to me to be the most appropiate, but then it is very difficult to control where the files are...
This stuff is complicated. If I put the dlls directly on the package folder (pyreadr) and say setup.py to treat them as package data, then on windows it works like...
apparently the way Miniconda does is the cannonical and the windows app is the one who is doing something very strange. Still, there will be differences depending if you install...
aha, can you please check if in the site-packages\pyreadr folder there are the *.pyd dlls? if they are not there can you see where they went? If they are there,...
OK it seems as you said that your problem is that you are not using miniconda but the system python. What I would suggest is that you use the "Anaconda...