mandiant / mandiant/stringsifter

Python 3.13 compatibility

Open Beginner friendly
#41 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
763
Forks
126
PR merge metrics
No merged PRs in 30d

Description

hello,

`numpy==1.24`, which is used by stringsifter, is not compatible with python 3.13 (the python version shipped by default in debian trixie). See https://github.com/numpy/numpy/issues/23808

Updating numpy to `1.26.4` or or `2.3.2` solves the issue.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the dependency declaration used to install stringsifter and check how the current numpy==1.24 constraint is applied. Update it to a Python 3.13-compatible version such as 1.26.4 or 2.3.2, then verify that installation and the tool work under Python 3.13.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.