Closed JonathanDoughty closed 7 months ago
@all-contributors please add @JonathanDoughty for bug
@RhetTbull
I've put up a pull request to add @JonathanDoughty! :tada:
I didn't even know macnotesapp could be installed via brew. I have tried to replicate this with pip and pipx and it installs fine (it's able to resolve a version of the dependencies that satisfy all constraints).
Should be fixed in v0.6.0.
Thanks! tl;dr: I was able to get the revised version working by following the README_DEV.md and running ./build.sh
to create dist/notes.zip
and then extracting the executable from there, after brew install poetry
and poetry install; poetry shell
pytest -v -s tests/
also ran through my existing Notes and created the new test ones so at least I know that part works.
I was NOT able to get it running using pipx: I kept getting 0.5.3 and/or running into python version issues -- looks like I may need to install yet another local python version. This is my first attempt at using pipx so blame it on user error.
FYI: the 0.6.0 release does not include notes.zip
whereas the assets for earlier version do. Thanks again!
Following both
brew install macnotesapp
andbrew upgrade macnotesapp
if I trynotes --help
I getWeb searches suggest this results from a recent spinoff from lxml
I'd try to provide a PR but my python lacks poetry and pipx.