Levi Cowan
Levi Cowan
This occurs on Fedora 29 as well. In addition, building the most recent version of ONI myself fails because somewhere Node version >=5 and
Just popping in to say that I have this same issue with `latest` as of February 2023. Host's `uname -r` is `6.1.11-200.fc37.x86_64` ``` (base) mambauser@cbbc0a16ca6c:/tmp$ micromamba info --log-level=1 __ __...
> @meridionaljet (or anyone else who is hitting this problem) - can you please: > > 1. download `micromamba` directly to your computer (not in a container) > 2. post...
In my case, setting `ulimit` to a higher value in my docker compose file doesn't allow `micromamba` (version 1.4.4) to parse the correct linux version. This is frustrating because it...
From the output, it appears you are trying to install the package under Python 2.7, which is probably still the system default for the root user on Fedora 29. Ensure...
> > From the output, it appears you are trying to install the package under Python 2.7, which is probably still the system default for the root user on Fedora...
Hello, can you tell me the output of `pip3 --version`? The package name `UNKNOWN` in the output is indicative that `pip` is not handling the package metadata from `pyproject.toml` correctly,...
> I think you'd need to include `' @ git+https://@github.com//.git'` in the install command, like: > > ``` > uv pip install \ > ' @ git+https://@github.com//.git' \ > '...
Would be awesome to see this merged!