Os X 10.15



I'm still working on getting pyenv in my bloodstream. It seems like totally the right tool for having different versions of Python available on macOS that don't suddenly break when you run brew upgrade periodically. But every thing I tried failed with an error similar to this:

  1. Os X 10.15.1
  2. Os X 10.15.7
Macos version 10.15

I read through the Troubleshooting FAQ and the 'Common build problems' documentation. xcode was up to date and I had all the related brew packages upgraded. Nothing seemed to work.

Until I saw this comment on an open pyenv issue: 'Unable to install any Python version on MacOS'

All I had to do was replace the 10.14 for 10.15 and now it finally worked here on Catalina 10.15. So, the magical line was this:

Os x 10.15 system

Hopefully, by blogging about it you'll find this from Googling and I'll remember the next time I need it because it did eat 2 hours of precious evening coding time.

Related posts

Os X 10.15.1

Previous:
redirect-chain - Getting a comfortable insight input URL redirects history14 February 2020
Next:
How to install Node 12 on Ubuntu (Eoan Ermine) 19.1008 April 2020

Just installed the new Mac OS 10.15 only to find HP isn't supporting it yet. Any idea where a driver can be found so this Envy 7645 printer is useable? Or, when HP will provide an updated driver? Printer worked great with 10.14 and last available driver. MacOS 10.15 Catalina: Jan 28 - 2020: Supported: macOS 10.14 Mojave: Jun-14-2018: Supported: macOS 10.13 High Sierra: Sep-25-2017: Supported: macOS 10.12 Sierra: Sep-20-2016: non-supported: OS X 10.11 EI Captain: Sep-30-2015: non-supported: OS X 10.10 Yosemite: Oct-16-2014: non-supported: OS X 10.9 Mavericks: Oct-22-2013: non-supported.

Os X 10.15.7

Related by category:
How much faster is Redis at storing a blob of JSON compared to PostgreSQL?28 September 2019Python
Best practice with retries with requests19 April 2017Python
Fastest way to find out if a file exists in S3 (with boto3)16 June 2017Python
Interesting float/int casting in Python25 April 2006Python
Fastest way to unzip a zip file in Python31 January 2018Python