Edge Software Catalog
Support for issues related to Edge Software Catalog
471 Обсуждение

Deployment with error

WeiSeng
Сотрудник
2 149Просмотр.

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?

 

 

Метки (1)
0 баллов
1 Решение
JesusE_Intel
Модератор
1 978Просмотр.

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


Просмотреть решение в исходном сообщении

4 Ответы
SShan_Intel
Модератор
2 137Просмотр.

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

 

 

WeiSeng
Сотрудник
2 113Просмотр.

Hi SShan,

Thanks for your support.

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

 

You have any suggestion?

 

 

JesusE_Intel
Модератор
1 979Просмотр.

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


JesusE_Intel
Модератор
1 932Просмотр.

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

Ответить