Edge Software Catalog
Support for issues related to Edge Software Catalog
Announcements
The Edge Software Catalog community is read-only. For support, please visit the Open Edge Platform (https://github.com/open-edge-platform) GitHub organization and post your question in the relevant repository’s Issues section.
492 Discussions

Edge insight software installation Failing

Rajnish
Beginner
1,631 Views
I am getting following error while installing Eis:-

Failed to provision secrets to vault...!!

PFA

Request for earlier help.

Labels (1)
0 Kudos
3 Replies
Murni_J_Intel
Moderator
1,621 Views

Hi @Rajnish 

 

I will look into this issue and get back to you as soon as possible. May I know if this is a fresh system or the previous version has been installed here before?

0 Kudos
Murni_J_Intel
Moderator
1,617 Views

Hi @Rajnish 

The issue seems like you are having a different version of PyYAML from the requirement. It should use PyYAML version  PyYAML-5.1.1.  You can uninstall the existing version manually and install the PyYAML version-5.1.1 as per below command

pip3 install PyYAML==5.1.1

 After doing the above installation, you can re-run again the ./edgesoftware install command. 

0 Kudos
Rajnish
Beginner
1,602 Views

Thank you so much...!!

Issue is resolve now.

0 Kudos
Reply