I followed all the procedures for installing libPHCpack.dll on Windows 11 (using the installation instructions and setting up the dependencies), and confirmed that libPHCpack.dll is present in the correct directory. However, I encountered the following issue when using PHCpack/phcpy.
When running my Python code, I get the error:
Der Prozedureinsprungpunkt '_ZSt21ios_base_library_initv' wurde in der DLL 'libPHCpack.dll' nicht gefunden.
(English translation: "The procedure entry point '_ZSt21ios_base_library_initv' was not found in the DLL 'libPHCpack.dll'.")
The system information are: Python version: 3.9.13, PHCpack version: 1.1.4
Could you please advise on how to resolve this issue? I would appreciate any guidance or suggestions to get PHCpack working properly on Windows 11.
I followed all the procedures for installing libPHCpack.dll on Windows 11 (using the installation instructions and setting up the dependencies), and confirmed that libPHCpack.dll is present in the correct directory. However, I encountered the following issue when using PHCpack/phcpy.
When running my Python code, I get the error:
Der Prozedureinsprungpunkt '_ZSt21ios_base_library_initv' wurde in der DLL 'libPHCpack.dll' nicht gefunden.
(English translation: "The procedure entry point '_ZSt21ios_base_library_initv' was not found in the DLL 'libPHCpack.dll'.")
The system information are: Python version: 3.9.13, PHCpack version: 1.1.4
Could you please advise on how to resolve this issue? I would appreciate any guidance or suggestions to get PHCpack working properly on Windows 11.