Bitwise-01 / Loki

Remote Access Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue

Isaac-Cooper opened this issue · comments

Python 3.10.10
:/home/container$ if [[ -f /home/container/${REQUIREMENTS_FILE} ]]; then pip3 install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; python3 ${BOT_PY_FILE}
Collecting mss==3.2.1
Using cached mss-3.2.1.tar.gz (12 kB)
Preparing metadata (setup.py) ... done
Collecting pynput==1.6.6
Using cached pynput-1.6.6-py2.py3-none-any.whl (90 kB)
Collecting Flask==2.1.0
Using cached Flask-2.1.0-py3-none-any.whl (95 kB)
Collecting bcrypt
Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_aarch64.whl (583 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 583.6/583.6 kB 39.5 MB/s eta 0:00:00
Collecting requests==2.22.0
Using cached requests-2.22.0-py2.py3-none-any.whl (57 kB)
Collecting Flask-WTF==0.14.3
Using cached Flask_WTF-0.14.3-py2.py3-none-any.whl (13 kB)
Collecting pyOpenSSL==22.0.0
Using cached pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
Collecting pycryptodome==3.9.6
/entrypoint.sh: line 16: 15 Killed pip3 install -U --prefix .local -r ${REQUIREMENTS_FILE}
Traceback (most recent call last):
File "/home/container/loki.py", line 7, in
from lib import database, const
File "/home/container/lib/database.py", line 5, in
import bcrypt
ModuleNotFoundError: No module named 'bcrypt'