With Scratch, you can program your own interactive stories, games, and animations. Scratch helps young people learn to think creatively, reason systematically, and work collaboratively — essential skills for life in the 21st century. Scratch began as a project of the Lifelong Kindergarten Group at the MIT Media Lab and is now managed by the Scratch Foundation, a nonprofit organization.
The error indicates that the pkg_resources module, part of the setuptools library, is not available in your Python environment. This module is used by pandas_ta for some of its operations.
macos - How to unpack and pack pkg file? - Stack Overflow
27 There is a related discussion on pip 's ticket tracker. It seems like this issue has been solved in pip 23.1.1: " Revert pkg_resources (via setuptools) back to 65.6.3 ". And pip 23.1.2 seems to vendor the new setuptools (and pkg_resources) as expected but without the deprecation warnings (see also this message).
If you want to see which specific folders a pkg installer writes to and which post-install scripts will be run then check out SuspiciousPackage (freeware, can be installed with brew install --cask suspicious-package), and use quick preview from Finder when a .pkg file is selected. Pressing spacebar in Finder with the selected file should work too.
How can I install .pkg with a shell on macOS? - Ask Different
mac - How can I open a .pkg file manually? - Ask Different
pkg_resources appears to be distributed with setuptools. Initially I thought this might not be installed to the Python in the virtualenv, so I installed setuptools 2.6 (same version as Python) to the Python site-packages in the virtualenv with the following command: