Skip to content

lock nltk due to incompatible path restrictions - #2017

Merged
jmartin-tech merged 1 commit into
NVIDIA:mainfrom
jmartin-tech:task/lock-nltk
Aug 3, 2026
Merged

lock nltk due to incompatible path restrictions#2017
jmartin-tech merged 1 commit into
NVIDIA:mainfrom
jmartin-tech:task/lock-nltk

Conversation

@jmartin-tech

Copy link
Copy Markdown
Collaborator

release of nltk 3.10.1 introduced a python path manipulation that is not viable for common install patterns of standalone tools and has an open issue and PR to revert.

Locking version until a viable upstream version is available.

Verification

List the steps needed to make sure this thing works

  • Validate test install
mkdir /tmp/userproj && cd /tmp/userproj
python -m venv .venv && source .venv/bin/activate
# install from root of repo
pip install $PATH_TO_PROJECT/garak/
python -m garak -t test.Blank -S probes.sata.MLM --generations 1
  • Verify the thing does what it should

release of nltk 3.10.1 introduced a python path manipulation
that is not viable for common install patterns of standalone
tools and has an open issue and PR to revert.

Locking version until a viable upstream version is available.

Signed-off-by: Jeffrey Martin <jemartin@nvidia.com>
@jmartin-tech
jmartin-tech merged commit 88c4fd1 into NVIDIA:main Aug 3, 2026
16 checks passed
@jmartin-tech
jmartin-tech deleted the task/lock-nltk branch August 3, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant