04 Nov 2022 05:48 PM - last edited on 07 Nov 2022 09:46 AM by Ana_Kuzmenchuk
Hello,
Anyone can help me solving this error please :
Here is Python import in my .py file :
I launched this command to build extension :
plugin_sdk build_plugin -t <my_token>
I tryed many things :
1) building extension directly in production host with this command (it build but doesnt'n work when launching)
2) building extension in my dev personnal computer with this command (it build but doesnt'n work when uploading and launching on production host but work well in my personnal computer where activegate is launched)
Here is error in logs :
I don't understand because psycopg2._psycopg exists :
thanks
Solved! Go to Solution.
29 Nov 2022 12:12 PM
You need to use python 3.8 to build your extension, because that is the python version that is bundled with the Activegate and OneAgent.