hasherezade/mal_unpack_py

ERROR: Could not find a version that satisfies the requirement zipfile (from versions: none)

Opened this issue · 1 comments

Hello, I've got some problems.
I tried as follows:

  1. git clone https://github.com/hasherezade/mal_unpack_py.git

  2. cd mal_unpack_py/bin

  3. pip install -r requirements.txt
    at this point, I got an error in the below pic.
    error

  4. python3 fetch.py
    at this point, I got an error "KeyError: 'PROCESSOR_ARCHITECTURE'"

In this case, what should we try?
I'm sorry in advance if it's a really basic question.

hi @taek2021! I see there is a problem with zipfile - it may be this error: https://stackoverflow.com/questions/53259563/could-not-find-a-version-that-satisfies-the-requirement-zipfile-from-versions
you may try removing the zipfile from the requirements (I will probably remove it later anyways).
one more question - what OS and processor architecture do you use?