Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #47

Open
Isaac-Cooper opened this issue Mar 15, 2023 · 0 comments
Open

Issue #47

Isaac-Cooper opened this issue Mar 15, 2023 · 0 comments

Comments

@Isaac-Cooper
Copy link

Isaac-Cooper commented Mar 15, 2023

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant