RhetTbull / macnotesapp

Work with Apple MacOS Notes.app from the command line. Also includes python interface for scripting Notes.app from your own python code.
MIT License
141 stars 6 forks source link

Update to run on python 3.11 #14

Closed RhetTbull closed 1 year ago

RhetTbull commented 1 year ago
pipx install macnotesapp
Fatal error from pip prevented installation. Full pip output in file:
    /Users/rhet/.local/pipx/logs/cmd_2022-12-04_08.24.04_pip_errors.log

Some possibly relevant errors from pip install:
    ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<3.11; 0.2.0 Requires-Python >=3.8,<3.11; 0.3.0 Requires-Python >=3.8,<3.11; 0.3.1 Requires-Python >=3.8,<3.11; 0.4.0 Requires-Python >=3.8,<3.11
    ERROR: Could not find a version that satisfies the requirement macnotesapp (from versions: none)
    ERROR: No matching distribution found for macnotesapp

Error installing macnotesapp.