genomematt / AmBiVErT

AMplicon BInning Variant caller with ERror Truncation
GNU General Public License v3.0
0 stars 0 forks source link

virtualenv created python3 environments cause .so loss #2

Closed genomematt closed 8 years ago

genomematt commented 9 years ago

when a virtual python3 environment is created using the python2 virtualenv -p /usr/bin/python3 the library.so is not found. This may be an interaction with the hack fix for the setuptools using dl to define shared libraries bug. Not critical but currently stopping travis CI testing.

genomematt commented 9 years ago

a work around in other environments would be to use a wheel distribution via pypi or the more complete virtual environment of Docker

genomematt commented 8 years ago

A work around for this bug has been implemented in travis CI using a docker based build and the command line testing. Underlying bug is in setuptools and awaits a fix.