Error while trying to import BaseEventEmitter from pyee #109
Labels
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
Milestone
Description
I tried to run an app based on slackeventsapi locally and got the below error:
Above line indicates to the call here
And when I checked in pyee documentation regarding BaseEventEmitter, it seems it has been deprecated as per this link
If I change the definition to below line in init.py to:
it works as expected.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
slackeventsapi version: 3.0.3
python version: 3.12
OS version(s): Fedora 40
Steps to reproduce:
Expected result:
What you expected to happen
No error
Actual result:
What actually happened
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
The text was updated successfully, but these errors were encountered: