Bri Harris
Bri Harris
Has this issue been completed? If not I would like to begin work on this as my first issue. Thank you
I have opened this issue as a MacOS user who attempted to set up a developers environment for https://github.com/apache/cloudstack/issues/8837
In the tools/marvin/setup.py script, there is a package referenced that does not exist in the repository: marvin.cloudstackAPI does not exist. setup.py references it [here](https://github.com/apache/cloudstack/blob/main/tools/marvin/setup.py#L43) ``` packages=["marvin", "marvin.cloudstackAPI", "marvin.lib", "marvin.config", "marvin.sandbox",...
Good afternoon! I was wondering if I could contribute a solution for the Randomized Closest Pair as requested in the original issue opened. I have already begun implementation. Thank you....