Python 2 and 3 affected (2.7 and 3.6 tested).
Steps to reproduce:
$ pip install pysbol --user
$ python
>>> from sbol import *
>>> partshop = PartShop('https://synbiohub.org/public/igem')
>>> records = partshop.search('interlab')
Result:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/me/.local/lib/python3.6/site-packages/sbol/libsbol.py", line 8643, in search
val = _libsbol.PartShop_search(self, *args)
RuntimeError: Attempt to validate online failed with Problem with the SSL CA cert (path? access rights?)
The above steps work against pysbol built manually from the libSBOL source.
Python 2 and 3 affected (2.7 and 3.6 tested).
Steps to reproduce:
Result:
The above steps work against pysbol built manually from the libSBOL source.