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

Mac Silicon Functionality #45

Open
srobe opened this issue Nov 24, 2024 · 3 comments
Open

Mac Silicon Functionality #45

srobe opened this issue Nov 24, 2024 · 3 comments

Comments

@srobe
Copy link

srobe commented Nov 24, 2024

I see pandas is in the MAC-requirements.txt. But, when I went to run gui_run.py, I got an error saying the package was missing.

It was an easy fix on my end. While in VoxNovel conda env, I ran:
pip install pandas

I also have Calibre installed on my Mac. To allow VoxNovel to use Calibre's command line tools, I had to append my PATH variable to include:
/Applications/calibre.app/Contents/MacOS

I just added this line to my ~/.zshrc file:
export PATH=$PATH:/Applications/calibre.app/Contents/MacOS

But I'm sure there's more contained ways to implement this update.

@DrewThomasson
Copy link
Owner

DrewThomasson commented Nov 24, 2024

Interesting... so the auto-setup bash file has this weird glitch?

Hmmmm I'll get a look when I get the chance

Thx for the detailed info btw 👍👍✨

@scruffynerf
Copy link

confirmed... also the correct brew command is brew install -y not brew -y which makes an error

@KevinBerthier
Copy link

Confirmed. Also had to manually install nltk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants