We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following today's new Installation instructions From Source using Conda, I got this error:
(babelizer) aaufdenkampe@ExcaliburMac2 babelizer % conda install --file=requirements.txt -c conda-forge CondaValueError: could not parse 'importlib-resources; python_version < '3.12'' in: requirements.txt
It worked using pip: $ pip install -e .
$ pip install -e .
The text was updated successfully, but these errors were encountered:
@aufdenkampe Although conda understands the most basic pip requirements file, it doesn't understand markers or specifiers—as we have in this file.
We should probably just remove the conda installation option from the instructions for installing from source.
Sorry, something went wrong.
Remove conda instructions from source install
5c4675f
This fixes #99.
That works for me!
Successfully merging a pull request may close this issue.
Following today's new Installation instructions From Source using Conda, I got this error:
It worked using pip:
$ pip install -e .
The text was updated successfully, but these errors were encountered: