Edge Software Catalog
Support for issues related to Edge Software Catalog
471 Discussions

Deployment with error

WeiSeng
Employee
2,111 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
1,940 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
2,099 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
2,075 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
1,941 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
1,894 Views

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

0 Kudos
Reply