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.