Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2021 01:34 AM
Just to close this old qustion:
We solved this by switching to a PEP517 free pip install, using the a Global Init Script:
/databricks/python/bin/pip install ciso8601 --disable-pip-version-check --no-use-pep517
Now it works for us.