Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Novelwriter doesn't work on Mac Os 10.13 #1970

Open
Aethondon opened this issue Jul 8, 2024 · 7 comments
Open

Novelwriter doesn't work on Mac Os 10.13 #1970

Aethondon opened this issue Jul 8, 2024 · 7 comments
Labels
installation Issue: Problem when installing packaging Component: Packaging and installing

Comments

@Aethondon
Copy link

Hi,

I run a 2012 macbook with OS 10.13 High Sierra because it crashes on anything newer and I like that I can repair this macbook. I would really like to use NovelWriter to edit a novel manuscript but it seems to be built on a much newer version of Mac OS and doesn't work on 10.13.

Are there any older releases or back-compatible versions I could use?

Many thanks in advance,

Donald

@Aethondon Aethondon added the bug Issue: Something isn't working label Jul 8, 2024
@vkbo vkbo added packaging Component: Packaging and installing and removed bug Issue: Something isn't working labels Jul 8, 2024
@vkbo
Copy link
Owner

vkbo commented Jul 8, 2024

Hi, the packaging for MacOS was set up by @Ryex, and I don't know the limitations. The DMG is built on MacOS 12. I am not a Mac user and don't own any Apple hardware of any kind, so there is relatively little I can do. I'm also having problems with the M1 release.

Your best bet is to install a Python environment on your Mac and then install novelWriter as a Python package.

See https://novelwriter.io/docs/int_started.html#installing-from-pypi

@vkbo vkbo added the installation Issue: Problem when installing label Jul 8, 2024
@Aethondon
Copy link
Author

Aethondon commented Jul 8, 2024 via email

@Ryex
Copy link
Contributor

Ryex commented Jul 8, 2024

Yeah, sadly there isn't much to be done if the DMG crashes. Trying to maintain a build for MacOSX wouldn't be fun (though in theory it should be a simple as setting up CI to run the same build process on a 10.x variant)

Your primary option would be to install via pip.

pip install --user novelwriter

in theory you could also build your own DMG.

Steps to build a DMG

@vkbo
Copy link
Owner

vkbo commented Jul 8, 2024

I may add that once you do have a Python environment on the Mac, updating novelWriter through pip is just a matter of running pip install -U novelwriter whenever there is a new release.

@Aethondon
Copy link
Author

Sorry I'm pretty inexperienced with coding in general but I've installed PIP through homebrew and the command

pip install --user novelwriter

just comes up as command not found?

@vkbo
Copy link
Owner

vkbo commented Jul 9, 2024

Maybe you need pip3 install --user novelwriter instead? Not sure if Homebrew still distinguishes between Python 2 and 3 that way. It's common on Linux to have to add the 3.

@vkbo
Copy link
Owner

vkbo commented Jul 9, 2024

Yeah, sadly there isn't much to be done if the DMG crashes. Trying to maintain a build for MacOSX wouldn't be fun (though in theory it should be a simple as setting up CI to run the same build process on a 10.x variant)

MacOS 12 is the oldest available on GitHub Actions, so it would require even further steps to achieve. I'm hoping they keep 12 for a while since the build fails on 13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Issue: Problem when installing packaging Component: Packaging and installing
Projects
None yet
Development

No branches or pull requests

3 participants