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

Issue when running Automated Checkout Reference Implementation

Dark1
Beginner
1,399 Views

Hi,

 

I tried to follow this instruction and install this software package in my linux system and I bumped into this error messages:

 

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/automated-checkout.html

 

allen@allen:~/automated_checkout/Automated_Checkout_v2.0.2/Automated_Checkout/automated-checkout$ sudo make build
cd as-vending; \
make build
make[1]: Entering directory '/home/allen/automated_checkout/Automated_Checkout_v2.0.2/Automated_Checkout/automated-checkout/as-vending'
go mod tidy
make[1]: go: Command not found
make[1]: *** [Makefile:11: tidy] Error 127
make[1]: Leaving directory '/home/allen/automated_checkout/Automated_Checkout_v2.0.2/Automated_Checkout/automated-checkout/as-vending'
make: *** [Makefile:62: as-vending] Error 2

 

Anyone can help?

 

Thanks.

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
1,384 Views

Hi Dark1,


It seems Google Go* programming language 1.18 is not installed on your system.

Could you try to install it and see if that resolved your issue?


Regards,

Jesus


View solution in original post

0 Kudos
2 Replies
JesusE_Intel
Moderator
1,385 Views

Hi Dark1,


It seems Google Go* programming language 1.18 is not installed on your system.

Could you try to install it and see if that resolved your issue?


Regards,

Jesus


0 Kudos
JesusE_Intel
Moderator
1,304 Views

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


0 Kudos
Reply