Replies: 2 comments 5 replies
-
I know that others also had problems using neqsim via Anaconda installation. A solution has been to run it via python directly (not anaconda). Anyone else have experience on this? Would be good to have somebody confirming that it can or can not run via Anaconda, and maybe propose a solution . @asmfstatoil ? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've been searching high and low for the solution to this issue. At this moment, I think I've narrowed it down to failure for the JVM to start.
Basically the above states that the JVM is not running, and when I try to start the JVM (the last line of code), the python kernel dies. In the standard windows command prompt and Jupyter it dies without giving out any error messages. As I run the code again using Spyder, I received the following error message in the IPython Console when trying to start the JVM: ` Main thread: Main thread: Restarting kernel... I hope that someone can advise me if this finding is on the right path towards solving this issue, and any possible solutions |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I've been using NeqSim for about 2 years on a Windows 10 laptop with JDK 20; recently I've switched to using Windows 11 with JDK 21, and I'm having some trouble to get NeqSim working again.
I had set up the JDK following the guide here https://azimuahamed.medium.com/java-environment-variables-setup-windows-11-58fe71e43b5e and verified that the JAVA_HOME environment was setup correctly based on the guide.
I have tried to run my Python program with NeqSim libraries using Anaconda Navigator 2.6.4 > Jupyter Notebook 7.2.2, and so far whenever the program reaches the block with NeqSim code I will receive the error:
I am hoping that some can suggest what I can do to get it running again, thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions