Eager to make PSS work on Mac with OS 11.6 (Big Sur), but I have zero Unix and Python knowledge or experience.
However, by cook-booking the process using the PSS manual (yes, I did RTFM) I installed Python which appears to be version 3.10.0 date Oct 4, 2021
When I executed
pip3 install planetary-system-stacker
a bazillion versions of matplotlib were downloaded, but it terminates with these messages
Collecting planetary-system-stacker
Using cached planetary_system_stacker-0.8.16-py3-none-macosx_10_6_intel.whl (227 kB)
Using cached planetary_system_stacker-0.8.15-py3-none-macosx_10_6_intel.whl (214 kB)
Using cached planetary_system_stacker-0.8.14-py3-none-macosx_10_6_intel.whl (209 kB)
Using cached planetary_system_stacker-0.8.13-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.12-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.11-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.10-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.9-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.8-py3-none-macosx_10_6_intel.whl (208 kB)
Using cached planetary_system_stacker-0.8.7-py3-none-macosx_10_6_intel.whl (207 kB)
Using cached planetary_system_stacker-0.8.6-py3-none-macosx_10_6_intel.whl (207 kB)
Using cached planetary_system_stacker-0.8.5-py3-none-macosx_10_6_intel.whl (206 kB)
Using cached planetary_system_stacker-0.8.4-py3-none-macosx_10_6_intel.whl (205 kB)
Using cached planetary_system_stacker-0.8.3-py3-none-macosx_10_6_intel.whl (204 kB)
Using cached planetary_system_stacker-0.8.2-py3-none-macosx_10_6_intel.whl (204 kB)
Using cached planetary_system_stacker-0.8.1-py3-none-macosx_10_6_intel.whl (204 kB)
Using cached planetary_system_stacker-0.8.0-py3-none-macosx_10_6_intel.whl (204 kB)
ERROR: Cannot install planetary-system-stacker==0.8.0, planetary-system-stacker==0.8.1, planetary-system-stacker==0.8.10, planetary-system-stacker==0.8.11, planetary-system-stacker==0.8.12, planetary-system-stacker==0.8.13, planetary-system-stacker==0.8.14, planetary-system-stacker==0.8.15, planetary-system-stacker==0.8.16, planetary-system-stacker==0.8.17, planetary-system-stacker==0.8.2, planetary-system-stacker==0.8.3, planetary-system-stacker==0.8.4, planetary-system-stacker==0.8.5, planetary-system-stacker==0.8.6, planetary-system-stacker==0.8.7, planetary-system-stacker==0.8.8 and planetary-system-stacker==0.8.9 because these package versions have conflicting dependencies.
The conflict is caused by:
planetary-system-stacker 0.8.17 depends on matplotlib
planetary-system-stacker 0.8.16 depends on matplotlib
planetary-system-stacker 0.8.15 depends on matplotlib
planetary-system-stacker 0.8.14 depends on matplotlib
planetary-system-stacker 0.8.13 depends on matplotlib
planetary-system-stacker 0.8.12 depends on matplotlib
planetary-system-stacker 0.8.11 depends on matplotlib
planetary-system-stacker 0.8.10 depends on matplotlib
planetary-system-stacker 0.8.9 depends on matplotlib
planetary-system-stacker 0.8.8 depends on matplotlib
planetary-system-stacker 0.8.7 depends on matplotlib
planetary-system-stacker 0.8.6 depends on matplotlib
planetary-system-stacker 0.8.5 depends on matplotlib
planetary-system-stacker 0.8.4 depends on matplotlib
planetary-system-stacker 0.8.3 depends on matplotlib
planetary-system-stacker 0.8.2 depends on matplotlib
planetary-system-stacker 0.8.1 depends on matplotlib
planetary-system-stacker 0.8.0 depends on matplotlib
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
WARNING: You are using pip version 21.2.3; however, version 21.3 is available.
You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command.
I have no clue how to fix the problem.
Can someone lead me by the hand?
Edited by Tailspin45, 20 October 2021 - 11:25 AM.