oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

Intel-AIKIT broken

whatheway
New Contributor I
1,534 Views

Trying to install Intel-AIKIT on a FRESH cleanly installed Ubuntu 22.04.2

 

 

sudo -S apt -y install intel-aikit
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  intel-aikit-getting-started intel-oneapi-common-licensing-2023.0.0
  intel-oneapi-dal-daal4py-2023.1.0
  intel-oneapi-dal-scikit-learn-intelex-2023.1.0 intel-oneapi-model-zoo
  intel-oneapi-modin intel-oneapi-mpi-2021.8.0 intel-oneapi-mpi-devel-2021.8.0
  intel-oneapi-neural-compressor intel-oneapi-python intel-oneapi-pytorch
  intel-oneapi-tensorflow
The following NEW packages will be installed:
  intel-aikit intel-aikit-getting-started
  intel-oneapi-common-licensing-2023.0.0 intel-oneapi-dal-daal4py-2023.1.0
  intel-oneapi-dal-scikit-learn-intelex-2023.1.0 intel-oneapi-model-zoo
  intel-oneapi-modin intel-oneapi-mpi-2021.8.0 intel-oneapi-mpi-devel-2021.8.0
  intel-oneapi-neural-compressor intel-oneapi-python intel-oneapi-pytorch
  intel-oneapi-tensorflow
0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
Need to get 462 MB/2,065 MB of archives.
After this operation, 2,479 MB of additional disk space will be used.
Err:1 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-pytorch amd64 1.13.10.1-47264
  404  Not Found [IP: 104.69.89.197 443]
E: Failed to fetch https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-pytorch-1.13.10.1-47264_amd64.deb  404  Not Found [IP: 104.69.89.197 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
workhorse

 

Labels (1)
0 Kudos
1 Solution
ArpanB_Intel
Moderator
1,409 Views

Hi Will, we have contacted you internally with some information. Please check your inbox for further updates.


View solution in original post

0 Kudos
7 Replies
ArpanB_Intel
Moderator
1,453 Views

Hi Will, for a fresh installation you need to first set up the repository.


  • To do this, download the key to the system keyring:

wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \

| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null


  • Add the signed entry to APT sources and configure the APT client to use the Intel repository:

echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list


  • Update the packages list and repository index.

sudo apt update


For complete installation instructions, please click here: https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2023-0/apt.html


0 Kudos
whatheway
New Contributor I
1,450 Views
Yeah I did that. It's the same error everyone has be posting about. Error 404 file not found.
0 Kudos
whatheway
New Contributor I
1,449 Views
Whatever the issue is it is a global system wide issue that when the compilers were updated a few days ago someone either forgot to upload a file or link to it correctly
0 Kudos
whatheway
New Contributor I
1,412 Views

Any update from Intel about the missing .deb file?

0 Kudos
ArpanB_Intel
Moderator
1,410 Views

Hi Will, we have contacted you internally with some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,283 Views

Will, we are glad that the issue has been resolved.


If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply