JoeyDelp / JoSIM

Superconductor Circuit Simulator
MIT License
77 stars 34 forks source link

Anaconda 3 Python Version 3.7 problem #21

Closed Hassan313 closed 6 years ago

Hassan313 commented 6 years ago

Dear Joey,

I have a problem which is the Anaconda 3 Python 3.7. When I try to compile it is give me the below error.

Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file 'python36.lib' JoSIM C:\JoSIM-master\src\josim_vs\LINK 1 Can you kindly advise how to fix this issue?

Thank you.

Best Regards Hassan

JoeyDelp commented 6 years ago

Good afternoon,

Did you set the environment variables as stated under the Windows 10 section of theReadMe.md?

These environment variables in Windows tell the system where to find the python36.lib.

Hope this helps

Hassan313 commented 6 years ago

Dear Joey,

Yes. I did.

Is your software compatible with the Python 3.7?

Thank you.

Best Regards Hassan

JoeyDelp commented 6 years ago

Good day, it should be, simply edit the Linker settings inside project settings of Visual Studio under Input->Additional Dependencies.

Change python36.lib to python37.lib which should fix the issue. Once compiled it should work on any python version that is installed on the system.

Kind regards

Hassan313 commented 6 years ago

Dear Joey,

Good Evening,

Thank you for the information.

Best Regards Hassan