NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
3.72k stars 325 forks source link

Unable to install any version > 0.7.0 of nemoguardrails using pipenv install nemoguardrails #571

Open nachiketaa opened 1 week ago

nachiketaa commented 1 week ago

Getting the following error. Even when trying to install it as the only package in the freshly created environment.

Python version: 3.10

[ResolutionFailure]: raise ResolutionFailure(message=str(e)) [pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. You can use $ pipenv run pip install to bypass this mechanism, then run $ pipenv graph to inspect the versions actually installed in the virtualenv. Hint: try $ pipenv lock --pre if it is a pre-release dependency. ERROR: metadata generation failed

raise RuntimeError("Failed to lock Pipfile.lock!")

RuntimeError: Failed to lock Pipfile.lock!