Entradas

Mostrando entradas de febrero, 2018

AttributeError: module 'pandas' has no attribute 'computation'

If you had the problem: AttributeError: module 'pandas' has no attribute 'computation' When maybe trying to follow the step by step of Capsule networks implementation from this tutorial you might have encounter this error. The solution was shared in this post  . In summary, update the package dask to the version 0.15 or 0.16.