Closed Bug 1449899 Opened 6 years ago Closed 2 years ago

Issues installing on macOS

Categories

(Testing :: mozregression, defect)

Version 3
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: alberts, Unassigned)

Details

(Keywords: nightly-community)

I faced an apparently known issue when trying to install mozregression on macOS 10.12 where it failed like so:
https://bitbucket.org/gutworth/six/issues/134/uninstall-error-operation-not-permitted

and this helped:
https://github.com/pypa/pip/issues/3165#issuecomment-146666737

https://mozilla.github.io/mozregression/install.html

changing

sudo pip2 install -U mozregression

to

sudo -H pip2 install -U mozregression --ignore-installed six

would it make sense to add this as an alternative for macOS?

Not sure if this is still applicable tbh.

(In reply to Albert Scheiner [:alberts] from comment #1)

Not sure if this is still applicable tbh.

do you still think this is WFM?

Flags: needinfo?(albert)
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(albert)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.