Working locally

Hello,

I am trying to get local working up and running in PyCharm / Windows.

I am getting the following error when I try to run “gradlew condaDevelop” as the instructions show here: docs/foundry/transforms-python/local-development

Does anyone know the cause or resolution?

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project ‘’.

Could not resolve all dependencies for configuration ‘:classpath’.
Authentication scheme ‘basic’(BasicAuthentication) is not supported by protocol ‘file’

I have had a look at the gradlew batch script and it seems to be extracting the username, host and token from the GIT URL correctly.

Hello,
I’m having the same problem.
Have you found the solution?
Regards,

Hi Adam, sorry to hear you have had some issues. Unfortunately the gradle based local dev flow is known for its limitations and flakiness. We’ve been working hard on improving the local dev experience and we have a VSCode extension in public beta that can provide a much better experience.