Hello, I’m trying to install a package using
Pkg.add(PackageSpec(url="https://bitbucket.org/etjekant/fixconda/src/master/"))
Which yields the following error:
ERROR: LoadError: ArgumentError: Package FixConda does not have Pkg in its dependencies:
- You may have a partially installed environment. Try
Pkg.instantiate()
to ensure all packages in the environment are installed. - Or, if you have FixConda checked out for development and have
added Pkg as a dependency but haven’t updated your primary
environment’s manifest file, tryPkg.resolve(). - Otherwise you may need to report an issue with FixConda
I have seen answers when people have this issue with their own code, but I try to install a package. How can I install this package? Thanks in advance.