CAprogs / PandaScan

An Easy-to-Use GUI for Manga Downloads on Linux, Windows & MacOS.
MIT License
6 stars 1 forks source link

Unexpected Slowdown of PandaScan (BETA & LITE versions) on MacOS (Sonoma Update) #4

Closed CAprogs closed 10 months ago

CAprogs commented 10 months ago

After Updating 'MacOs Ventura -> MacOS Sonoma' , my app isn't working well. I'm 99.9% sure it's due to Sonoma update.

✌️ See u around

CAprogs commented 10 months ago

Apple has released an Sonoma update, and a new version of Python is now available. My issue have been resolved by downloading Python 3.12 and updating Sonoma.

If you encounter the same issue, download the latest version of Python and install it on your local machine.

Upgrade pip with :

pip install --upgrade pip

Create a python venv named pandavenv with :

python3 -m venv pandavenv

Activate the venv with :

source pandavenv/bin/activate

Then install requirements with :

pip install -r requirements.txt

Now, PandaScan should run properly on your Mac. I will soon push the refactored version of the project ☺️, Big improvements are coming.