OFFAT icon indicating copy to clipboard operation
OFFAT copied to clipboard

Installation fails on Ubuntu / venv

Open nrathaus opened this issue 1 year ago • 2 comments

Recreate:

mkdir /tmp/test
cd /tmp/test
python3 -mvenv venv
source venv/bin/activate
pip3 install offat

Results in:

ERROR: Could not find a version that satisfies the requirement offat (from versions: none)
ERROR: No matching distribution found for offat

nrathaus avatar Apr 28 '24 13:04 nrathaus

Maybe related to this:

python = "^3.11"

Why is 3.11 required?

nrathaus avatar Apr 28 '24 13:04 nrathaus

As discussed in this PR https://github.com/OWASP/OFFAT/pull/89, I'll test tool for python 3.10 over this weekend and add support if everything seems to be working fine.

I'll be keeping this issue open until I test it.

dmdhrumilmistry avatar Apr 29 '24 09:04 dmdhrumilmistry

I have tested tool's compatibility with python 3.10 it seems to be working fine. 3.10 compatibility will be released in v0.17.4.

dmdhrumilmistry avatar May 03 '24 19:05 dmdhrumilmistry