takeabreath
takeabreath
I have this same issue. I have mySQL 8.0.26, Postgres 12, Kubernetes and SQLite. I installed those packages manually and still have this issue. I have used mySQL for other...
> I followed the instructions on a separate issue (linked below) and they helped me with the _msql issue. > > Roughly the fix was making sure apache-airflow was installed,...
try uninstalling `docker-compose` and use version `1.7.4`. https://docs.docker.com/compose/install/#uninstallation note that the method is different depending on your OS.
I am also having the same issue @donaldxdonald is having. System: WSL, Ubuntu 20.04 Shell: fish if I wget the urls it is timing out on, it downloads the files...
> I have this issue on fish in wsl2 ubuntu as well when trying to download x64 node versions... I actually had this issue as well on Windows 10, but...
@jxltom So you're saying a `5.12.11` version, for example, would still error out but `5.12.0` wouldn't?
I guess to go in a bit more depth, when this function is called... * [platformIds](https://github.com/samuel/go-opencl/blob/master/cl/platform.go#L18) is a slice of `nil` * [nPlatforms](https://github.com/samuel/go-opencl/blob/master/cl/platform.go#L19) is 0 * The `err` returned by...