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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: