I installed the latest master branch in Windows 10 64 bit, but when I try to run any example it returned the following:
Traceback (most recent call last):
File "test.py", line 106, in
prob.solve()
File "C:\Users\user\Anaconda3\lib\site-packages\pycalculix\problem.py", line 277, in solve
subprocess.check_call(runstr, shell=True)
File "C:\Users\user\Anaconda3\lib\subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'ccx compr-rotor' returned non-zero exit status 2147483649.
I uninstalled and reinstalled anaconda, I tried a virtualenv, but i always get the same error.
I also tryed on another computer and there everithing works fine.
Hi Justin,
I installed the latest master branch in Windows 10 64 bit, but when I try to run any example it returned the following:
Traceback (most recent call last): File "test.py", line 106, in
prob.solve()
File "C:\Users\user\Anaconda3\lib\site-packages\pycalculix\problem.py", line 277, in solve
subprocess.check_call(runstr, shell=True)
File "C:\Users\user\Anaconda3\lib\subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'ccx compr-rotor' returned non-zero exit status 2147483649.
I uninstalled and reinstalled anaconda, I tried a virtualenv, but i always get the same error. I also tryed on another computer and there everithing works fine.
Do you have any idea what I am doing wrong?
Thakyou