Error installing package on [email protected] on OSX 11.0 #211
Replies: 6 comments 3 replies
-
I tried completely uninstalling |
Beta Was this translation helpful? Give feedback.
-
Thanks for the report. This is affecting us internally as well. It seems to be a bug that was introduced in Homebrew/homebrew-core#65953. Not sure yet what the issue is or how to solve it but you're not alone 😄 Edit: looks like a fix in the works: Homebrew/homebrew-core#66105 |
Beta Was this translation helpful? Give feedback.
-
OK, good to know, I'm always afraid I've done something to mess things up. :) Even better to know a fix might be emminent! |
Beta Was this translation helpful? Give feedback.
-
I updated to 3.9.0_4 today to see if last night's patch helped. The error changed, but it still errors. This one is for lxml.
This is for psutil, the same as the original example above.
|
Beta Was this translation helpful? Give feedback.
-
Yeah, after your note and reading up on the various issues yesterday evening, I know it's not just me. :) I was just noting the changes for the record. The discussions on pypy and wheel don't excite me, though; it appears they want to peg minor at 0, but minor isn't always going to be 0 (11.1, 11.2, etc.) and they either need to use the "real" minor, or they need to make do with major. And the fact there is already 11.0 on pypy is (IMO) irrelevant; if they're wrong, they need to be fixed. But I know only enough to be dangerous, and am not a contributor, so I'll remain quiet for the duration. :) |
Beta Was this translation helpful? Give feedback.
-
I upgraded [email protected] today (from source? really?), uninstalled lxml and psutil, and when re-installing them it successfully built wheels. Thanks to everyone involved! |
Beta Was this translation helpful? Give feedback.
-
Brew 2.6.0-46-g275227c on OSX 11.0.
[email protected], pip3 20.3 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
I have a new machine with Big Sur on it. Installed brew without incident. But trying to install a few packages with pip3 on python is yielding weird errors.
For example, a
pip3 install psutil
yields a huge stack dump (see below). My old machine (Mojave) is also current on brew and python, etc., and installed it with no problem.I've tried uninstalling [email protected] and re-installing it, no difference.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions