Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.8.3 Windows 10 Can't find pysbol #123

Open
ms03831 opened this issue Jun 14, 2020 · 1 comment
Open

python 3.8.3 Windows 10 Can't find pysbol #123

ms03831 opened this issue Jun 14, 2020 · 1 comment

Comments

@ms03831
Copy link

ms03831 commented Jun 14, 2020

I'm trying to install pysbol on Windows 10. I have python 3.8.3 installed.
pip install pysbol
leads to
ERROR: 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.

@tcmitchell
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants