Bug 1670197 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

To unblock yourself, you can comment out the line from `python/mozbuild/mozbuild/mach_commands.py` that installs `psutil==5.7.0`.

Can you reproduce the issue if you just `pip3 install psutil==5.7.0`? That would again suggest some sort of problem with your machine.

This doesn't seem to have anything to do with the build system or with `bootstrap`, and I can't reproduce on my own machine, so I'm limited in the amount of support I can provide. The most I can do is Google around. Two things you can try:

1. Are you using `python3` from Homebrew? If so, uninstalling/`brew doctor`/re-installing may help.

2. Try `export ARCHFLAGS="-arch x86_64"`.
To unblock yourself, you can comment out the line from `python/mozbuild/mozbuild/mach_commands.py` that installs `psutil==5.7.0`.

Can you reproduce the issue if you just `pip3 install --no-binary psutil==5.7.0`? That would again suggest some sort of problem with your machine.

This doesn't seem to have anything to do with the build system or with `bootstrap`, and I can't reproduce on my own machine, so I'm limited in the amount of support I can provide. The most I can do is Google around. Two things you can try:

1. Are you using `python3` from Homebrew? If so, uninstalling/`brew doctor`/re-installing may help.

2. Try `export ARCHFLAGS="-arch x86_64"`.

Back to Bug 1670197 Comment 5