Tanyapohn Patummasutr
Tanyapohn Patummasutr
Hi @vr25, I had the same problem and my solution is: 1. Check the version of `pytorch` with `cuda` compatibility - To check your cuda version: `nvcc --version` or in...
@Mrgorlay > Hi @vr25, I had the same problem and my solution is: > > 1. Check the version of `pytorch` with `cuda` compatibility > > * To check your...
> So any code that calls [`AccountClient.get_workspace_client`](https://github.com/databricks/databricks-sdk-py/blob/6a9c534e39e8bb447725d6cdf3612549849f0bdd/databricks/sdk/__init__.py#L935) with SDK v0.29.0 will have this error. With that, following commands in UCX v0.28.0 and above will suffer from this issue: > >...
For anyone who faces the same issue as I do when trying to work around, I figured it out the error above produces when installing `v0.23.0`. This can be fixed...