📌Strongly recommended to download or update to this version, as previous versions relied on tweety-ns 1.0.9.2
, which has been confirmed to have some issues!
📌If you want to upgrade from 0.5.1 to 0.5.2, please pull the code first and upgrade according to the upgrade guide.
feat & fix:
- In response to the
tweety-ns
version update, the relevant operation is changed to a coroutine. (d8b3344)
Important
If you are performing a fresh environment setup, upgrade, or deploying containers (e.g., Docker), the latest version of httpx
might be installed, which can cause compatibility issues with tweety-ns
. To avoid this, please temporarily add httpx[http2]~=0.27.0
to your requirements.txt or manually downgrade the package (#38).
Warning
We have identified an issue with version 2.0.4
of tweety-ns
that may cause certain accounts to be unfindable when adding a notifier. To avoid this issue, please update tweety-ns
to version 2.0.6
. However, it is important to note that both 2.0.5
and 2.0.6
versions may encounter issues related to the python-magic
package, particularly on Windows systems and some Linux hosts or containers lacking the libmagic
tool. This can result in failures when attempting to invoke libmagic
.
To address this, the following workarounds are available:
- Use version
2.0.4
and manually modify thetweety-ns
source code. (#37) - Use version
2.0.6
and manually installmagic-python-bin
(for Windows hosts). (mahrtayyab/tweety#229) - Use version
2.0.6
and manually installlibmagic
(for Unix-like hosts).
Note
This version has only undergone basic testing. If you encounter any issues during use, please contact me through an issue.