Skip to main content
Visitor II
February 18, 2021
Question

Unable to install AI packages

  • February 18, 2021
  • 1 reply
  • 1139 views

Reference: https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package#Configure_the_AI_OpenSTLinux_package_repository

Note that I am still using v2.0.0.

I used to be able to do the following execution on my board, but it is not working anymore. Something has changed.

Board $> wget http://extra.packages.openstlinux.st.com/AI/2.0/pool/config/a/apt-openstlinux-ai/apt-openstlinux-ai_1.0_armhf.deb
Board $> dpkg -i apt-openstlinux-ai_1.0_armhf.deb

The error message is as follows:

root@stm32mp1:~/Downloads# dpkg --install apt-openstlinux-ai_1.0_armhf.deb 
Selecting previously unselected package apt-openstlinux-ai.
(Reading database ... 14442 files and directories currently installed.)
Preparing to unpack apt-openstlinux-ai_1.0_armhf.deb ...
Unpacking apt-openstlinux-ai (1.0) ...
dpkg: dependency problems prevent configuration of apt-openstlinux-ai:
 apt-openstlinux-ai depends on apt-openstlinux (>= 2.1-r0); however:
 Version of apt-openstlinux on system is 1.0-r0.
 
dpkg: error processing package apt-openstlinux-ai (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apt-openstlinux-ai

It seems to me that the required apt-openstlinux version for the AI package for v2.0.0 is also updated to v2.1. This needs to be fixed for those who are still using v2.0.0.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 22, 2021

    @JYune​ 

    Thanks for reporting the issue.

    It should be fixed now.

    BR

    Vincent

    JYuneAuthor
    Visitor II
    February 23, 2021

    Thanks a lot for the update. Much appreciated!