Edge Software Catalog
Support for issues related to Edge Software Catalog
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
483 Discussions

Edge insight software installation Failing

Rajnish
Beginner
1,352 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,342 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,338 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,323 Views

Thank you so much...!!

Issue is resolve now.

0 Kudos
Reply