Chris Wolf

Results 18 comments of Chris Wolf

@fmxleg Unfortunately, no. I'm really surprised that Amazon hasn't come up with a working example to help promote their EMR ("cloudized" Apache Spark). I mean their [example](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-application.html) creates an `RDD`...

I was suffering this issue on MacOS 13.5 (Ventura). I am running Multipass `1.12.2+mac`. _**TL;DR**_ : if your VM is out of disk space, that could be why. ``` ==>...

> https://code.visualstudio.com/updates/v1_88#_hatch-environment-discovery Are there details how to make this work? This issue suggests hatch needs to be configured to create the virtual env(s) under the project directory: https://github.com/microsoft/vscode-python/issues/22810. My use-case...

Hi @ofek thanks for providing the doc link. For me, the envs created by Hatch do not appear in the `Python: Select Interpreter` drop-down list - I have to select...

> Thank you, I understand the rationale for lack of support having read #4. Perhaps the best place to introduce a clarification is in the section platformdirs to the rescue?...

> If you show me an Apple doc that says that XDG should work on macOS I will change my mind. Where in the Apple documentation does it mention those...

Can someone provide a link to the VSCode issue?

I tried : ```console rm -rf /usr/local/hatch rm -rf $HOME/Application\ Support/hatch rm -rf $HOME/Library/Caches/hatch rm -rf $HOME/Application\ Support/pyapp ``` Then I reinstalled `hatch-1.9`, but now when I try to run...