Mac – Can’t connect to Time Capsule in recovery mode (Big Sur)

backupbig surtime-capsuletime-machine

I made a big mistake and updated some Python packages with Homebrew on my 2015 MacBook Pro, MacOS 11.0.1. The updates caused many issues with my preferred IDE, PyCharm. Of course, I made a backup on my Time Capsule prior to updating with Homebrew. So, after being frustrated and getting nowhere with PyCharm, I decided to restore from my backup. I entered into recovery mode by holding CMD + R while restarting. When I went to restore from backup, I could not connect to my Time Capsule. The prompt stated, “There was a problem connecting to the server.” Any ideas on how to get the MacBook to connect to the Time Capsule?

Best Answer

After over an hour on the phone with Apple, it was suggested I try to use Migration Assistant to restore from backup. That worked for me.

EDIT: While it did work, there was a major issue: While trying to run Python/Jupyter in PyCharm, I repeatedly get malware warnings that have to be manually suppressed, individually. I mean, every file associated with a Python package in the virtual environment seems to be identified as possible malware. I called Apple about the issue, but no one knew how to globally suppress the malware warnings. There are way too many files to manually suppress them all.

I found an alternative, create a new project in PyCharm, copy in Python/Jupyer files (not packages, but files I created), then add the packages needed to run everything.