-
Notifications
You must be signed in to change notification settings - Fork 21
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
Missing foundation module #21
Comments
You have to |
Ah, the issue was with my version of pip. It wasn't installing to the correct directory, and had to use python3 -m pip install pyobjc to get it to work. If I run the pip3 command by itself, it was installing for python 3.8 instead of the updated 3.9. My fault for breaking my installation of pip when trying to keep everything updated.
… On Mar 12, 2022, at 12:39 PM, Tyler Spivey ***@***.***> wrote:
You have to pip3 install pyobjc. It's in the requirements, so should've been pulled in. What does it say when you do that?
—
Reply to this email directly, view it on GitHub <#21 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFSOHLA5M7M2ZY4HTPRKLHTU7T6HPANCNFSM5QSKHWRQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.
|
i now have same issue as Marconiusii. and he's solution dont work. i use homebrew's python 3.10 instead of the builtin python 3.9. on a m1 macbook air. with ventura beta release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just pulled in the latest version of TTDSR and am now unable to use it as it keeps saying that it cannot find the foundation module from line 4. I've reinstalled python3 using homebrew, deleted and cloned the tdsr repository and run the pip3 installation for requirements a few times now, but just cannot get tdsr to work anymore after this latest update. Found using MacOS 12.2.1 on a 2020 Intel MacBook Pro; all was working perfectly fine this morning until I checked for a tdsr update and pulled in the latest version.
The text was updated successfully, but these errors were encountered: