gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
416 stars 189 forks source link

Mac Error: Current platform "darwin 21" does not match expected platform "darwin 20" #625

Open jacknaguib opened 1 year ago

jacknaguib commented 1 year ago

Hello,

I am running macOS Monterey v 12.2.1

% system_profiler SPSoftwareDataType Software:

System Software Overview:

  System Version: macOS 12.2.1 (21D62)
  Kernel Version: Darwin 21.3.0
  Boot Volume: Macintosh HD
  Boot Mode: Normal

I got the following errors while trying to

% pybombs auto-config [INFO] Prefix Python version is: 3.8.9 [INFO] PyBOMBS Version 2.3.5 [INFO] Using config file: None

% pybombs recipes add-defaults [INFO] Prefix Python version is: 3.8.9 [INFO] PyBOMBS Version 2.3.5 Error: Current platform "darwin 21" does not match expected platform "darwin 20" Error: If you upgraded your OS, please follow the migration instructions: https://trac.macports.org/wiki/Migration Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform mismatch

Please let me know if you require any further information. Thank you

Jack