This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefanrink@yahoo.com
Recipients Alex.Willmer, koobs, stefanrink@yahoo.com, vstinner
Date 2018-10-11.15:04:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539270285.27.0.788709270274.issue34957@psf.upfronthosting.co.za>
In-reply-to
Content
On ARM32 it still crashed but on the ARM64 upgrade to 3.7 helped!
Need to do some more testing but it looks like it's working now.

# python3.7
Python 3.7.0 (default, Sep 29 2018, 05:58:20) 
[Clang 6.0.1 (tags/RELEASE_601/final 335540)] on freebsd12
Type "help", "copyright", "credits" or "license" for more information.
>>> from dask.distributed import Client
>>> client = Client()
>>> client.cluster
LocalCluster('tcp://127.0.0.1:22415', workers=4, ncores=4)
History
Date User Action Args
2018-10-11 15:04:45stefanrink@yahoo.comsetrecipients: + stefanrink@yahoo.com, vstinner, koobs, Alex.Willmer
2018-10-11 15:04:45stefanrink@yahoo.comsetmessageid: <1539270285.27.0.788709270274.issue34957@psf.upfronthosting.co.za>
2018-10-11 15:04:45stefanrink@yahoo.comlinkissue34957 messages
2018-10-11 15:04:45stefanrink@yahoo.comcreate