Owen Lamont

Results 46 comments of Owen Lamont

Thanks for the tip, I'll checkout PSReadline

I do realize now the last release predates the PR I mentioned so it'd obvious it wouldn't include the most recent RELEASE file... I think the issue still stands though...

I am getting the "colors.py:527: RuntimeWarning: invalid value encountered in less" when trying to do a render using the conda install of Datashader 0.8.0

Cheers! Thanks for sorting that out so quickly.

I noticed to be recognised as an asyncio Future an object had to be recognised by the [asyncio.isfuture function](https://docs.python.org/3/library/asyncio-future.html#asyncio.isfuture) and that requires some _ asyncio_future_blocking attribute.

I'm also holding out for this - would love Azure functions to have the same support for conda environments as Azure ML.

Hi @stefanushinardi - I'm ignorant of what plan my workplace has. I'll have to enquire with the with our data engineering team. I was aware conda environments could be used...

I just tried to revert an environment with _mamba install --revision_ (using mamba version 0.20) and it didn't error but just said all required packages already installed - rather than...

Yes I did use conda for activating and deactivating for a long time, but I believe this is still a bug. mamba activate does work in Windows command prompt and...

I did a mamba update of mamba and conda at the same time and mamba updated conda to 4.13 and left me with a broken environment. I followed the comments...