tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
78 stars 18 forks source link

Missing foundation module #21

Open Marconiusiii opened 2 years ago

Marconiusiii commented 2 years ago

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.

tspivey commented 2 years ago

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?

Marconiusiii commented 2 years ago

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 https://github.com/tspivey/tdsr/issues/21#issuecomment-1065958923, 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.

mjonsson1986 commented 1 year ago

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