btaens

Results 22 comments of btaens

Why would it fail? We can differentiate absolute and relative assets. Relative assets are the simplest problem to solve. Given that they are relative, you just have to append the...

Any progress on this feature?

Having the same issue. I'm on Windows 11, Anaconda3 (Python 3.11.4 64-bit).

Solved it, had to add "conda-forge" to the channels in environment.yml.

This seems to be caused by two threads trying to both manipulate the environment, as all my threading voes were solved by delegating all such actions to the main thread....

I have a pull request waiting that solves an issue where the original workflow json being used gets mutated by the inputs in memory. The other possibility might be a...

> @btaens I saw @jingpe have this line > > ```js > CallWrapper.prototype.handleCachedOutput = async function() { return null; }; > ``` > > maybe it is the problem ?...

> It continues to exist in a pending state. Why is that so? I'm not sure you're referring to the same issue, but the one I reported has since been...

It sounds like your seed is not being set properly, so it reads the output with the same seed from the cache.

Also it initially receiving "pending" status is normal. All queue items when added to the queue are initially pending, and switch to running once the task has begun.