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
➜ ~ pip install actualpy
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: actualpy in ./.local/lib/python3.12/site-packages (0.1.0)
The text was updated successfully, but these errors were encountered:
Hello @wbradley93 , thanks for the report, I fixed and released a new version, you can now install version 0.1.1 from pip and it should work out of the box:
(venv) actualpy_test ➤ pip install actualpy
...
(venv) actualpy_test ➤ source venv/bin/activate
(venv) actualpy_test ➤ python
Python 3.11.8 (main, Mar 20 2024, 19:21:09) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license"for more information.
>>> from actual import Actual, __version__
>>> print(__version__)
0.1.1
Checks
Reproducible example
Log output
No response
Issue description
Unable to import main class
Expected behavior
Import
Actual
Installed versions
The text was updated successfully, but these errors were encountered: