Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.

Deployment with error

WeiSeng
Employee
868 Views

Hi Team,

I try to set up smart edge open with follow this guide: 

https://edc.intel.com/content/www/us/en/design/technologies-and-topics/iot/seodek/1.0/

have the error shown picture in attached. Any suggestion to solve the issue?

 

 

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
697 Views

Hi WeiSeng,


It looks like the wheel package cannot be found. Could you try to manually install it and run the deploy command once more?


apt update

python3 -m pip install --upgrade pip

pip install wheel==0.37.1


Regards,

Jesus


View solution in original post

0 Kudos
4 Replies
SShan_Intel
Moderator
856 Views

Hi WeiSeng,

 

Try edit /etc/apt/sources.list , those lines that has http://my.archive.ubuntu.com , remove my. and become http://archive.ubuntu.com . Then check again if you still encounter the issue.

 

Regards,

SShan_Intel

 

 

0 Kudos
WeiSeng
Employee
832 Views

Hi SShan,

Thanks for your support.

Today I try deploy with command '$pipenv run ./deploy.py' getting error attached.

 

You have any suggestion?

 

 

0 Kudos
JesusE_Intel
Moderator
698 Views

Hi WeiSeng,


It looks like the wheel package cannot be found. Could you try to manually install it and run the deploy command once more?


apt update

python3 -m pip install --upgrade pip

pip install wheel==0.37.1


Regards,

Jesus


0 Kudos
JesusE_Intel
Moderator
651 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.

0 Kudos
Reply