Cannot install Zygote to Julia 1.5.0

Hi all. I have installed Julia on my new device, also switching from 1.4.1 to 1.5.0. However, now I am having troubles installing Zygote. So, for whatever reason it is not detecting any available Zygote version (there are no conflicting packages installed, I have literally just installed fresh Julia on a new device). What could be the issue? Thanks in advance.

where is zygote

]activate zygote-env

Then install again.

It’s good to keep packages in separate environments anyway.

see 3. Managing Packages · Pkg.jl

see A guide: How to handle "ERROR: Unsatisfiable requirements detected ..."