mal_unpack_py icon indicating copy to clipboard operation
mal_unpack_py copied to clipboard

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

Open taek2021 opened this issue 3 years ago • 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.

taek2021 avatar Dec 14 '22 02:12 taek2021

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?

hasherezade avatar Dec 16 '22 22:12 hasherezade