ERROR: Method overwriting is not permitted during Module precompilation

I’m trying to install a number of packages ( Denice_van_Herwerden / jhrmstoolbox.jl — Bitbucket) but I get

ERROR: Method overwriting is not permitted during Module precompilation. Use __precompile__(false) to opt-out of precompilation.

I have seen questions to handle this in their own code, but I’m trying to install a package from someone else. I use Julia 1.10.0 because that is the version the bitbucket page says it was last updated to. Thanks.

I would recommend using the latest 1.10 patch release. Patch releases exist to fix bugs.

Thank you, sadly it didn’t work