redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.85k stars 126 forks source link

pip install for version 3.2.0 fails #365

Closed csisl closed 1 year ago

csisl commented 1 year ago

What is the problem?

Installing version 3.2.0 fails with pip:

$ pip install ofrak==3.2.0
Collecting ofrak==3.2.0
  Using cached ofrak-3.2.0.tar.gz (6.4 MB)
Collecting ofrak_io==1.*,>=1.0
  Using cached ofrak_io-1.1.0-py3-none-any.whl
Collecting ofrak_type==2.*,>=2.2.0rc0
  Using cached ofrak_type-2.2.0.tar.gz (16 kB)
ERROR: Could not find a version that satisfies the requirement ofrak_patch_maker==4.*,>=4.0.2rc0 (from ofrak) (from versions: 0.0.1, 1.0.0, 2.0.0, 3.0.0, 4.0.0, 4.0.1)
ERROR: No matching distribution found for ofrak_patch_maker==4.*,>=4.0.2rc0

Environment

How often does the issue happen?

For all installs on ubuntu + macos

What are the steps to reproduce the issue?

pip install ofrak==3.2.0

Also, with pip install ofrak, the version of core that gets installed is version 3.1.0

rbs-jacob commented 1 year ago

Hey, thanks for flagging this! Should be fixed.

Feel free to reopen this (or another issue) if there are any other problems.