This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sabakauser
Recipients sabakauser
Date 2019-04-16.09:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555406571.1.0.830957588596.issue36640@roundup.psfhosted.org>
In-reply-to
Content
Hi,
I have added a post install class that's working fine when I do "pip install ibm_db" on MAC. However, when I use the python/pip from anaconda3(python 3.7), the same pip is not executing the post install script.
Can some one please take a look at assist.
The class can be seen at:
https://github.com/ibmdb/python-ibmdb/blob/master/IBM_DB/ibm_db/setup.py#L52

Post install, I am expecting following output:
BLR-D-MACOS03:site-packages skauser$ otool -L ibm_db.cpython-37m-darwin.so
ibm_db.cpython-37m-darwin.so:
        @loader_path/clidriver/lib/libdb2.dylib (compatibility version 0.0.0, current version 0.0.0)

When executing from Anaconda, the name of libdb2.dylib is unchanged.

I would also like to know how can I verbose the print/log statements of my setup.py via pip  install.
History
Date User Action Args
2019-04-16 09:22:51sabakausersetrecipients: + sabakauser
2019-04-16 09:22:51sabakausersetmessageid: <1555406571.1.0.830957588596.issue36640@roundup.psfhosted.org>
2019-04-16 09:22:51sabakauserlinkissue36640 messages
2019-04-16 09:22:50sabakausercreate