Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 22844] pyarrow

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=22844





--- Comment #7 from Sebastian Schildt <Sebastian.Schildt@xxxxxxxxxxxx>  2020-11-27 07:11:35 ---
Hi Kai,
so source is required after all? We have never looked into the sourcecode. How
can I find out which files are required without reverse engineering/tracing it,
this is just a library? I mean just becasue I use the API of an external
library in two lines, it should not be required to spend some weeks tracing it?

How ist normally done if somebody uses larger libs like glibc or QT?



I can upload an exemplary wheel from here
https://pypi.org/project/pyarrow/#files , but theoretically they are dependant
on the the python version and operating system version and CPU architecture of
the user. (I mean we have no way of knowing, what exactly the user will
install). that includes less .py files I guess, however, the native parts are
already compiled as .so


We are using at least the parquet and fs subpackages.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top