coin3d / pivy

python bindings to coin3d
ISC License
53 stars 37 forks source link

unable to open file "...\Coin3D\lib\Coin4.lib" #89

Closed iskangjie closed 2 years ago

iskangjie commented 2 years ago

when building with "python setup.py build" by cmd in Windows 10, it always shows LINK : fatal error LNK1104: unable to open file “"E:\Coin3D\Coin3D\lib\Coin4.lib"” My Coin version is coin-4.0.0-msvc15-x64 and pivy version is 0.6.6 (0.6.4 also wrong). Can you help me on this problem?

iskangjie commented 2 years ago

This problem has been fixed. I used IDE Anaconda(Python 3.8.8) prompt to install pivy-0.6.6 and succeeded, and I guess that it is because the version of python was too low before.