Skip to content

Issue with running SOFA22 binary on Win10 #3009

Discussion options

You must be logged in to vote

Hi @mohalshaw

Thanks for your report. I am missing information to guide you.
Could you detail :

  • the steps to reproduce your issue / command called
  • provide a full log of the error (I can not access the file sofa_error.txt)
  • your env vars:
python -c "exec( \"import os, sys\nprint('#################')\nprint('--- sys.version ---')\nprint(sys.version)\nprint('--- PATH ---')\ntry:\n  print(os.environ['PATH'])\nexcept Exception:\n  pass\nprint('--- SOFA_ROOT ---')\ntry:\n  print(os.environ['SOFA_ROOT'])\nexcept Exception:\n  pass\nprint('--- PYTHONPATH ---')\ntry:\n  print(os.environ['PYTHONPATH'])\nexcept Exception:\n  pass\nprint('--- sys.path ---')\ntry:\n   print(str(sys.path))\nexcept Exc…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mohalshaw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants