You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all.
I set up an AWS EC2 instance with the pipeline as you described in your guide. I ran into an error when I tried to install cwltools, as above: "error in rdflib-jsonld setup command: use_2to3 is invalid."
I solved this temporarily by downgrading setuptools (pip install --force-reinstall 'setuptools<58.0.0') but I figured there was some kind of dependency in the underlying code to be addressed.
thanks,
-Lynn
The text was updated successfully, but these errors were encountered:
Hi all.
I set up an AWS EC2 instance with the pipeline as you described in your guide. I ran into an error when I tried to install cwltools, as above: "error in rdflib-jsonld setup command: use_2to3 is invalid."
I solved this temporarily by downgrading setuptools (pip install --force-reinstall 'setuptools<58.0.0') but I figured there was some kind of dependency in the underlying code to be addressed.
thanks,
-Lynn
The text was updated successfully, but these errors were encountered: