Open ms03831 opened 4 years ago
Hi @ms03831, there is a pure python version of pySBOL available at https://github.com/SynBioDex/pySBOL2. It is not yet complete, but it's getting close. If your existing programs do not work with it, we would like to hear about it so that we can fix those issues. Please consider giving it a try.
To do so, you'll have to install it (roughly pip3 install sbol2
, adjust as needed for your environment), and then you'll have to update your import statements (roughly import sbol
-> import sbol2 as sbol
, adjust as needed for your particular imports). We would be happy to help.
I'm trying to install pysbol on Windows 10. I have python 3.8.3 installed.
pip install pysbol
leads toERROR: Could not find a version that satisfies the requirement pysbol ERROR: No matching distribution found for pysbol)
pySBOL works well on the same python distribution (3.8.3) on Mac/Linux but on windows it gives me the above error.