Khalil Sarwari
Khalil Sarwari
This would be quite a useful feature!
I'm using the latest versions: gorm.io/datatypes v1.0.7 gorm.io/driver/postgres v1.3.8 gorm.io/gorm v1.23.7 And am still running into the same issue: `relation "idx_users_user_name" already exists (SQLSTATE 42P07)`
I switched back to the following versions and the issue went away: gorm.io/datatypes v1.0.2 gorm.io/driver/postgres v1.1.1 gorm.io/gorm v1.21.15
@a631807682 You are right, it is also working for me even when I try gorm.io/datatypes v1.0.7 gorm.io/driver/postgres v1.3.8 gorm.io/gorm v1.23.7 I'm not too sure why it was giving me the...
~~I believe this has landed in https://github.com/prisma/prisma/releases/tag/5.2.0 at least for `datasourceUrl` at the client level.~~ Not relevant, corrected below.
seems to be intermittent for me as well (on remote server)
Can confirm, reverting to `v0.112.0` helped me resolve this issue.
I had a similar issue and was able to resolve it by using conda to install tensorflow (and its dependencies/cudnn etc) instead of pip