”keywordreader cannot be found“ #848
Unanswered
feijianghe
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello! After executing the code
”hostname = "localhost"
if len(sys.argv) > 1 and check_valid_ip(sys.argv[1]):
hostname = sys.argv[1]
solution = launch_dynapre(ip=hostname)“,
I encountered the error
ModuleNotFoundError: No module named 'keywordreader'
which indicates that the module keywordreader could not be found. I have already set the environment variables as instructed in the ansys-pydyna-pre-server documentation, but the error persists. Could you please advise on how to resolve this issue?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions