Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helper/add-dependencies error HTTPS Required #17

Open
ronnac opened this issue Nov 24, 2020 · 0 comments
Open

helper/add-dependencies error HTTPS Required #17

ronnac opened this issue Nov 24, 2020 · 0 comments

Comments

@ronnac
Copy link

ronnac commented Nov 24, 2020

I am trying the following notebook

https://github.com/alanmarazzi/panthera/blob/master/examples/basic-concepts.ipynb

I get an error on the first cell

(require '[clojupyter.misc.helper :as helper])
(helper/add-dependencies '[panthera "0.1-alpha.20"])

Execution error (TransferFailedException) at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon/fillInputData (AbstractHttpClientWagon.java:852). Failed to transfer file: http://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom. Return code is: 501, ReasonPhrase:HTTPS Required.

Indeed, the http link in error message doesn't work while its https counterpart does.

When I add the dependencies to project.clj and open the project with cider then it correctly fetches the libraries.

is there a setting to tell lein-clojupyter to use https?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant