Score:0

Installing package on Ubuntu linux virtual machine from Mac M1 computer

cn flag

My computer is Mac M1 with MacOS Monterey 12.0.1, and I have installed linux through virtual machines UTM and Parallels. The Ubuntu version is 20.04.2 ARM 64.

Now I need to install a software package wrote from python. Specifically only Python 3.6~3.9 would work. I have Python 3.8.12 installed on Ubuntu.

I keep getting this error message when I tried to install:

ERROR: Could not find a version that satisfies the requirement

ERROR: No matching distribution found for

The installation command is:

python3 -m pip install -U package

The package folder has the following files. I am not sure if it is due to that the installation package does not support linux with ARM64. installation package here

From the ".whl" files listed above, is my hypothesis correct or is there anything else I need to do to troubleshoot?

ChanganAuto avatar
us flag
Yes, it's correct, the package is for x86_64 only.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.