Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.0
-
None
-
None
-
centos7,all
Description
Hi,
I tried installing the python bindings for the mcsapi, it compiles correctly but the packaging to install with pip is not working.
The package is imported from the pymcsapi.cpython.so but this shared library is not copied in the site-packages, therefor when doing an import pymcsapi the functions are not present. It only works if the shared library is in the same directory as the script importing the package.
Patrice.