psolin / cleanco

Company Name Processor written in Python
MIT License
324 stars 95 forks source link

Importing version 2.2 fails #78

Closed aafendi closed 2 years ago

aafendi commented 2 years ago

I have this issue on multiple python versions, running on databricks. (This shouldn't be a problem tho) Cleanco version 2.2 won't import. However, cleanco version 2.1 works and I've rolled back all my jobs to that.

ImportError: cannot import name 'cleanco' from 'cleanco'

Cluster1:

Cluster2:

petri commented 2 years ago

You're using the old class based API that has been deprecated and was removed for 2.2. See docs on current API.