[Error] Unbind python
#1167
Unanswered
SrikarNamburu
asked this question in
Q&A
Replies: 1 comment
-
Hello @jondy Any suggestions on how to resolve the problem? Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am receiving the following error:
RuntimeError: Marshal loads failed when I try to run the obfuscated script in another server.
I have a Linux server A with Python 3.8.10 installed, I installed pyarmor=7.7.4 and registered the license, and obfuscated the scripts. When I try to run the obfuscated package on another Linux server B with python=3.7.10 and pyarmor=7.7.4, I was getting the above runtime error. After realizing that the runtime error is due to the conflicted Python version, I installed Miniconda on Linux server A with Python 3.7.10 and re-obfuscated the code, when I run the new package obfuscated package I am still getting the same runtime error.
So, I ran this command:
After installing Miniconda with python=3.7.10 even though I reinstalled pyarmor, re-registered(pyarmor register pyarmor-regfile-xxxx.zip) but still when I execute the
pyarmor register
it is binded to old python version which is 3.8.10.Please advise on how to unbind python3.8.10 and bind it to python3.7.10.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions