Questions tagged [conflicting-libraries]
162 questions
3
votes
1 answer
Ivy conflict resolution not working
My module A depends on modules B and C, which both depend on different versions of module D. My Ivy dependencies look like this:

rzrelyea
- 1,467
- 1
- 13
- 19
2
votes
2 answers
Preferring the latest jar in a sea of dependencies (java)
I have a large Ivy project, and Ive noticed that my code, which run well in eclipse, cause a compile error when run in ant. I've narrowed the problem down to the following line :
FileUtils.write(...).
This line fails - during compilation ---…

jayunit100
- 17,388
- 22
- 92
- 167
2
votes
1 answer
How to force conda to skip examining conflicts?
I'm trying to install conda install -c conda-forge opencv --no-deps --no-update-deps, but examining conflicts takes forever. I found online that this is a known problem without good solutions.
Is it possible to force Conda to skip this step…

Vadim Kantorov
- 930
- 1
- 10
- 28
2
votes
2 answers
How to solve conflicting members in scala trait (org.slf4j.Logger/com.typesafe.scalalogging.Logger)
I'm using Spark 2.1.1 . This is my problem:
I have 2 files in the same directory named tools. One is main_process.scala and the other one is main_process_fun.scala. The files, basically looks like this:
1.- main_process.scala:
package…

Diego C.
- 47
- 6
2
votes
1 answer
Duplicated classes from two libraries in android project
I have a two my own android libraries libA and libB, which use protobuf. When i add one of them in my android app project all is fine, but if i add both i have an error when i build app project:
Duplicate class com.google.api.Advice found in modules…

Marya Chernyadieva
- 21
- 2
2
votes
1 answer
Yarn warning: myCMS@0.0.1: No license field and type of license plus dependency conflict
I'm running Ubuntu 14.x and a client's CMS in Vagrant (Laravel platform, if that is relevant). Please excuse the broadness of scope as working with packages and dependencies is new to me and makes my head swim, and I need to basically immerse…

Oliver Williams
- 5,966
- 7
- 36
- 78
2
votes
1 answer
cannot read property 'get' of undefined prototype.js when using below code in size_chart extension?
I'm using size_chart extension, there is code in its phtml, but its conflicting with prototype js. Here is the error in my browser console on product view page.
prototype.js:5557 Uncaught TypeError: Cannot read property 'get' of undefined
Below is…

Bhavin Shah
- 51
- 10
2
votes
0 answers
How to test a maven project that has to use both conflicting version of the same dependency
I have a project that uses both spark and hadoop-aws (for resolving s3a in hadoop 2.6, I think a lot of project uses this configuration). However, they have severe conflict in transitive dependency. Namely spark 1.3.1 uses jackson-databind 2.4.4,…

tribbloid
- 4,026
- 14
- 64
- 103
2
votes
1 answer
Conflict between Magnific Popup and Slick.js and responsive settings
I'm trying to use the Slick.js carousel in responsive display with the Magnific Popup Lightbox.
It's working when the slick slider is in its basic form, but when the window is tight enough to trigger the breakpoint and that the "slides to show" are…

Katapult
- 21
- 2
2
votes
1 answer
How can I execute a SBT managed JLine class
I'm developing a JLine based application, which I'd obviously like to test as I develop.
JLine is a handy library which provides interactive console functionality to JVM applications.
JLine doesn't work in the Intellij console, probably because…

irishjava
- 503
- 4
- 11
2
votes
3 answers
jQuery $(document).ready(); declaring all the functions in it
Explanation:
i have few objects and im declaring them inside $(document).ready(). WHY? because in thous objects i have many jquery methods $(..), obviously they can work outside too, but when i include mootool, then it stop working. i tried…

Basit
- 16,316
- 31
- 93
- 154
2
votes
1 answer
password field not validated with jquery validation 1.10 with placeholder 2.0.7 on any IE
I have question regarding the use of jquery 1.8, jquery validation 1.10 and placeholder 2.0.7 (https://github.com/mathiasbynens/jquery-placeholder). I noticed that any version IE skipped the validation of password fields if the placeholder plugin…

Arin
- 632
- 6
- 16
2
votes
1 answer
Libpng conflict on OpenCV?
I am trying to open up png files on my XCode 4.4 (Mountain Lion) with the following codes (works for jpg files)
Mat image = imread( "/Users/user_name/Desktop/result.png" );
imshow( "", image );
waitKey( 0 );
But OpenCV throws me this error:
libpng…

sub_o
- 2,642
- 5
- 28
- 41
1
vote
1 answer
Resolving conflicts in python library dependency versions in apache/airflow docker image (due to dbt-bigquery library)
#15 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
#15 google-cloud-aiplatform 1.16.1 requires…

Canovice
- 9,012
- 22
- 93
- 211
1
vote
0 answers
Fop vs xmlgraphics jar conflict
I have a heavy monolithic guidewire application that has both fop.jar and xmlgraphics-commons.jar.
So, I am trying to add an image into a pdf file which is supposed to get rendered with the xmlgraphics-commons.jar. This jar has about 5/6 image…

Captain
- 11
- 2