Zemeio
11/04/2021, 11:42 AMdatajoely
11/04/2021, 11:43 AMdatajoely
11/04/2021, 11:43 AMZemeio
11/04/2021, 11:48 AMdatajoely
11/04/2021, 11:49 AMdoc4evah
11/04/2021, 6:42 PMbash
[1] 99263 segmentation fault kedro run --pipeline translate
/Users/durc1211/.asdf/installs/python/3.8.9/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
And the process just stops.. Any ideas? Could not find much online or in the kedro repo..datajoely
11/04/2021, 6:42 PMdoc4evah
11/04/2021, 6:44 PMdoc4evah
11/04/2021, 6:50 PM--runner <runner-name>
configurations, and it still fails..datajoely
11/04/2021, 6:57 PMdoc4evah
11/05/2021, 6:50 PMdatajoely
11/06/2021, 11:47 AMdoc4evah
11/06/2021, 1:57 PMantony.milne
11/08/2021, 10:24 AMpandas.ExcelDataSet
then you will need to add engine: openpyxl
to the load_args
* you might get some library version conflicts which you'll need to fiddle with a bit
Probably the easiest way is to install kedro + its dependencies + your project dependencies and then install Python 3.9 (rather than doing starting out with Python 3.9 first).
I just tried this out and managed to get the spaceflights starter running on kedro 0.17.5, Python 3.9 just by fiddling with requirements a bit so it should definitely be possible!antony.milne
11/08/2021, 10:25 AMsimon_myway
11/08/2021, 1:11 PMdatajoely
11/08/2021, 1:25 PMafter_node_run
hook if you wanted to do this explicitlydatajoely
11/08/2021, 1:56 PMsimon_myway
11/08/2021, 2:07 PMdatajoely
11/08/2021, 2:09 PMdatajoely
11/08/2021, 2:14 PMsimon_myway
11/08/2021, 5:11 PMdatajoely
11/08/2021, 5:11 PMuser
11/08/2021, 8:01 PMIsaac89
11/09/2021, 8:39 AMdatajoely
11/09/2021, 8:40 AMdatajoely
11/09/2021, 8:41 AMIsaac89
11/09/2021, 10:07 AMuser
11/12/2021, 9:39 AMAnalyticalMeanderings
11/13/2021, 11:52 PMkedro[pandas.CSVDataSet,spark.SparkDataSet]==0.17.5
in in my requirements.in. But kedro build_reqs
results in ImportError: cannot import name 'get_installed_distributions'
What is the latest version of pip supported by kedro==0.17.5