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.

Home Page:https://gnuradio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jacknaguib opened this issue · comments

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