Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

wdl2cwl should be pip-installable #6

Open
buchanae opened this issue Jul 16, 2017 · 2 comments
Open

wdl2cwl should be pip-installable #6

buchanae opened this issue Jul 16, 2017 · 2 comments

Comments

@buchanae
Copy link

pip install -e ./wdl2cwl/
Obtaining file:///Users/buchanae/projects/mc3/wdl2cwl
Collecting future (from wdl2cwl==0.2.1)
Collecting jinja2 (from wdl2cwl==0.2.1)
  Using cached Jinja2-2.9.6-py2.py3-none-any.whl
Collecting wdl>=1.1.0 (from wdl2cwl==0.2.1)
  Could not find a version that satisfies the requirement wdl>=1.1.0 (from wdl2cwl==0.2.1) (from versions: 1.0, 1.0.1, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.16, 1.0.17, 1.0.18, 1.0.19, 1.0.20, 1.0.21, 1.0.22)
No matching distribution found for wdl>=1.1.0 (from wdl2cwl==0.2.1)
@buchanae
Copy link
Author

Oh, I see that I didn't follow the instructions exactly. I figured I could replace setup.py with pip. Maybe pip doesn't use dependency_links?
https://stackoverflow.com/questions/12518499/pip-ignores-dependency-links-in-setup-py

In that case, I guess this issue is more "wdl2cwl should be pip-installable"

Using python setup.py install worked.

@anton-khodak
Copy link
Contributor

Hi Alex,
We didn't make a PyPI package because wdl2cwl relies on my fork of pywdl and, as per my knowledge, PyPI doesn't allow packages with forks as dependencies. I will look into it again, though

@mr-c mr-c changed the title Error installing: no matching version of WDL lib found wdl2cwl should be pip-installable Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants