> On Jul 12, 2017, at 9:40 AM, pagani laurent via macports-users > <[email protected]> wrote: > > >> Le 12 juil. 2017 à 17:19, MacPorts <[email protected]> a écrit : >> >> #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3 >> ------------------------+---------------------------- >> Reporter: lpagani91 | Owner: jyrkiwahlstedt >> Type: defect | Status: closed >> Priority: Normal | Milestone: >> Component: ports | Version: 2.4.1 >> Resolution: invalid | Keywords: >> Port: python36 | >> ------------------------+---------------------------- >> >> Comment (by mf2k): >> >> To clarify, your Xcode command line tools are out of date. Did you follow >> the wiki:Migration Instructions? > > Sort of… > > My XCode info window says I have 8.3.3 > When I run softwareupdate : > > Lorenzo>softwareupdate --list > Software Update Tool > > Finding available software > No new software available. > > it finds nothing to update. So my CLT should be uptodate. I don’t understand > why python3.6 is finding an older version.
Maybe it was built with the old command line tools then. Can you try rebuilding it? sudo port -f uninstall python36 sudo port install python36 -Frank
