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

PyQt5-Qt5 and loguru error... #101

Closed
liberte1988 opened this issue Oct 29, 2024 · 1 comment
Closed

PyQt5-Qt5 and loguru error... #101

liberte1988 opened this issue Oct 29, 2024 · 1 comment

Comments

@liberte1988
Copy link

ERROR: Could not find a version that satisfies the requirement PyQt5-Qt5==5.15.15 (from versions: 5.15.2)
ERROR: No matching distribution found for PyQt5-Qt5==5.15.15
WARNING: You are using pip version 21.2.3; however, version 24.2 is available.
You should consider upgrading via the 'C:\temp\notpixel\venv\Scripts\python.exe -m pip install --upgrade pip' command.
Dependencies already installed, skipping installation.
Skipping .env copying
No local changes to save
Already up to date.
No stash entries found.
Starting the bot...
Traceback (most recent call last):
File "C:\temp\notpixel\main.py", line 4, in
from bot.utils.launcher import process
File "C:\temp\notpixel\bot\utils_init_.py", line 1, in
from .logger import logger, info, warning, debug, success, error, critical
File "C:\temp\notpixel\bot\utils\logger.py", line 5, in
from loguru import logger
ModuleNotFoundError: No module named 'loguru'

@YarmolenkoD
Copy link
Owner

YarmolenkoD commented Oct 29, 2024

@liberte1988
pip install --upgrade pip
pip install -r requirements.txt

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

2 participants