-
Notifications
You must be signed in to change notification settings - Fork 127
Unable to install omegaconf (latest, 2.2.3, >2.0.0), python 3.11, 3.10, antlr4-python3-runtime failed #1181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Upd: found that filename/directory containing allowed "$" symbol leads to fail. |
Please provide minimal repro instructions. |
Perhaps it would be time to release the new version? |
When
I believe this was fixed in #1114 but not yet released, right @omry ? Meanwhile this should be fixable by using version pinning/upper bound on |
@clumsy there's a dev version on PyPI already, it's the best we have https://pypi.org/project/omegaconf/2.4.0.dev3/ |
When will the final prod 2.4.0 version be released? |
Uh oh!
There was an error while loading. Please reload this page.
I need to install omegaconf latest or 2.2.3, but have an issues installing it.
Latest omegaconf requests antlr4-python3-runtime version 4.9.* that fails to install
Installing antlr4-python3-runtime successfully installs 4.13.1, but not 4.9.*
Tried python 3.11, 3.10
Tried upgraded pip/setuptools to latest and downgraded setuptools to 68
Tried omegaconf:
Tried all versions of antlr4-python3-runtime:
python.exe -m venv .\venv
orD:\Dev\Python\3.10\python.exe -m venv .\venv
(my secondary python 3.10)venv\Scripts\activate.bat
python -m pip install --upgrade pip setuptools
requirements.txt
withomegaconf
line (not direct command because different versions tried)python -m pip install -r requirements.txt
-ERROR: Failed to build installable wheels for some pyproject.toml based projects (antlr4-python3-runtime)
requirements.txt
toomegaconf<2.3
, repeat №5 - same error2.3
to 2.2, 2.1 - same errors except that version 2.0.0 was installedConsole logs attached:
1. 3.11 venv setup.log.txt
2. 3.11 venv omegaconf setup.log.txt
3. 3.11 venv omegaconf==2.2.3 setup.log.txt
4. 3.11 venv antlr4-python3-runtime setup.log.txt
5. 3.11 venv omegaconf setup.log.txt
6. 3.11 venv antlr4-python3-runtime==4.9.3 setup.log.txt
The text was updated successfully, but these errors were encountered: