You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on installing and testing python-discord-webhook package for amd64 and arm64 architectures on my local server. While testing this package using pytest, I am getting the below error. It would be really helpful if you could share some pointers on it:
(venv38) root@4f87cd0255b6:/python-discord-webhook# python -m pytest
============================= test session start====================================
platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /python-discord-webhook
collected 0 items / 1 error
============================= ERRORS =========================================
_____________________________ ERROR collecting tests/test_discordwebhook.py ________________
ImportError while importing test module '/python-discord-webhook/tests/test_discordwebhook.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_discordwebhook.py:2: in <module>
from discord_webhook.webhook import DiscordWebhook
discord_webhook/__init__.py:3: in <module>
from .webhook import DiscordWebhook, DiscordEmbed
discord_webhook/webhook.py:6: in <module>
from webhook_exceptions import *
E ModuleNotFoundError: No module named 'webhook_exceptions'
The text was updated successfully, but these errors were encountered:
I have been working on installing and testing python-discord-webhook package for amd64 and arm64 architectures on my local server. While testing this package using pytest, I am getting the below error. It would be really helpful if you could share some pointers on it:
The text was updated successfully, but these errors were encountered: