-
Notifications
You must be signed in to change notification settings - Fork 13
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
problems downloading dependencies #42
Comments
Mmm... I actually just now notice that this notebook does not have problems and also loads from Maven Central (but using the old API). |
The following command (which underlies the resolving, I guess) works for me locally: /usr/bin/mvn -B -f /home/egonw/var/Projects/hub/bacting/managers-cheminfo/net.bioclipse.managers.inchi/pom.xml dependency:resolve |
Okay, problem is elsewhere (finally found it): eclipse-equinox/equinox.bundles#54 |
Okay, I now depend on the latest Eclipse bundles which should depend on the fixed equinox library, but the the wrong version is tried by ScyJava: cthoyt/pybacting#11 Help most welcome. Reproduce with: from scyjava import config, jimport
config.endpoints.append('io.github.egonw.bacting:managers-inchi:0.0.40')
inchi_cls = jimport("net.bioclipse.managers.InChIManager")
inchi = inchi_cls(".") Part of the
But ScyJava still tries to download the broken |
@egonw is this still an issue? It might be a problem with |
@imagejan, I will test. |
Yes, I still seem to have similar problems, but the equinox one seems to be solved. I find it really hard to debug. The latest (failing) PR is here: cthoyt/pybacting#12 So, running/testing Bacting 0.0.44 itself works fine, but in Python (with ScyJava) it fails. Right now, Apache's |
I observed last week a new problem: Maven Central dependencies are no longer loaded correctly. I first had this when making a PR for pybacting, but later also noted this with a Jupyter notebook that worked fine before:
How can I debug this? Is this a ScyJava problem? Did something change at Maven Central?
The text was updated successfully, but these errors were encountered: