Replies: 1 comment 1 reply
-
|
In the offline devecie, try to run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the group license for PyArmor and I’m encountering the following issue. I performed the initial registration with the provided .txt file. Then I generated the offline device regfile as indicated in the documentation:
pyarmor reg -g 1 pyarmor-regfile-XXXX.zipThis allowed me to use the PyArmor license correctly. Currently, it is installed in the .pyarmor directory in my user home, but I want to install it in the /opt system directory, which I’ve seen is possible according to the pyarmor documentation. I’ve tried copying the license files generated in .pyarmor to /opt/pyarmor and changing the PyArmor "Home Path" environment variable, and I even tried running commands with:
pyarmor --home /opt/pyarmor/ gen...but I still can't get it to recognize the pyarmor license
How would it be possible to install the license in /opt and have pyarmor recognize it?
Beta Was this translation helpful? Give feedback.
All reactions