question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

w3 YML does not exist.

See original GitHub issue

I am having many issues trying to use CWL and schema_salad, but the latest is due to a hard-coded filename not existing:

/usr/local/bin/cwltool 1.0.20161107145355
Tool definition failed initialization:
('https://w3id.org/cwl/CommonWorkflowLanguage.yml', HTTPError(u'404 Client Error: Not Found for url: https://w3id.org/cwl/CommonWorkflowLanguage.yml',))

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yuankunzhucommented, Feb 27, 2017

Hi @mr-c, thanks for your reply. It works well now. What I did was pip uninstall cwl-runner & pip uninstall cwlref-runner, then pip install cwlrel-runner and cwltool came to 1.0.20160531173804, then I did pip install --upgrade cwltool and it’s finally upgraded.

1reaction
mr-ccommented, Feb 27, 2017

@yuankunzhu Thank you for the update. Somehow your upgrade went back in time! 1.0.20160531173804 means May 31, 2016, your previous version was from June 10th, 2016.

Can you try a version from 2017? The latest version of cwltool is 1.0.20170224141733, from February 24th, 2017.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot doesn't load application.yml config or?
my app is modular, I need my parent packaging to be pom. Is there a way to use module yaml, since my module...
Read more >
Can not load application.yaml from assembled fat jar · Issue #77
This means that a YAML file in this fat jar will never have its media type detected because there is no FileTypeDetector registered...
Read more >
YAML tutorials examples advantages and dis ... - W3schools.io
It is a new format introduced recently, and a learning curve exists. Not much popular other than XML and JSON; It is very...
Read more >
Configuring Symfony (and Environments) (Symfony 3.4 Docs)
Configuring Symfony (and Environments). Every Symfony application consists of a collection of bundles that add useful tools (services) to your project.
Read more >
YAML - Wikipedia
YAML is intended to be read and written in streams, a feature inspired by SAX. Support for reading and writing YAML is available...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found