You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/getting-started/install.rst
+26
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,32 @@ in the extracted directory and run::
160
160
161
161
This will configure ScanCode and display the command line :ref:`cli_help_text`.
162
162
163
+
.. note::
164
+
If you encounter a "No matching distribution" error while running the ``./configure`` command on a Mac M1, it may indicate compatibility issues with the current architecture. Here's a step-by-step guide to address this:
165
+
166
+
- **Change Mac M1 Architecture to x86_64:**
167
+
Switch the architecture from amd64 to x86_64 using the command:
168
+
::
169
+
170
+
env /usr/bin/arch -x86_64 /bin/zsh --login
171
+
- **Use Rosetta Translation:**
172
+
Enable Rosetta translation in Terminal by executing:
173
+
::
174
+
175
+
softwareupdate --install-rosetta
176
+
- **Transition Homebrew from arm64 to Intel:**
177
+
Change Homebrew from the arm64 architecture to the Intel (x86) architecture by running:
0 commit comments