Skip to content

SSL issue with pip pysbol package on Linux #202

@tim-tx

Description

@tim-tx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions