You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed koalas using conda install.
However when I try the following import, I get an ModuleNotFoundError.
Can you help me to solve this issue?
import databricks.koalas as ks
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'databricks'
The text was updated successfully, but these errors were encountered:
I have installed koalas using conda install.
However when I try the following import, I get an ModuleNotFoundError.
Can you help me to solve this issue?
The text was updated successfully, but these errors were encountered: