Questions tagged [conflicting-libraries]

162 questions
0
votes
0 answers

Duplicate Module Name Conflict

I have created a fork of the module gym which is also called gym. For clarity, I will refer to original gym as gym_original and the gym fork as gym_fork. gym_original is already installed on the system (I'm working on Google Colab) and I cannot…
Confuse
  • 5,646
  • 7
  • 36
  • 58
0
votes
2 answers

How to resolve python libraries dependencies when using pip

I have come across some nasty dependencies. Looking around I found solutions like upgrade this, downgrade that... Some solutions work for some but not for others. Is there a more 'rounded' way to tackle this issue?
Rub
  • 2,071
  • 21
  • 37
0
votes
0 answers

Yum package dependency error not allowing package install

I'm trying to install rpm-build, but it seems there is some problems with dependencies: The package that's installed is coming from a repo which is no longer available (linuxcoe_update_errata), I don't know what happened to it but the URL is no…
JuanMartinez
  • 19
  • 1
  • 6
0
votes
1 answer

Using two libraries with conflicting Python version requirements?

I have two Python libraries that I need to run within the same environment. They are pptk and torch-scatter and do not have an overlapping Python version requirement; pptk <= 3.7 and torch-scatter >= 3.8. They both make somewhat heavy use of C++ to…
KDecker
  • 6,928
  • 8
  • 40
  • 81
0
votes
0 answers

Use of incompatible conflicting transitive dependency in gradle

Say I have a two direct dependencies A and B to my project, where one of the direct dependencies (say A) depends on package X version 3, and the other (say B) depends on package X version 4 and package X 4 has breaking changes compared to package X…
0
votes
0 answers

conda conflicts do not make sense when installing graphviz (UnsatisfiableError)

I am fairly new to using conda. On my Apple MacBook with Silicon/M1 chip, I have mini-forge installed (conda version 4.12.0). When trying to install Graphviz with conda install graphviz, I get a series on conflict messages that do not make any sense…
stefanbschneider
  • 5,460
  • 8
  • 50
  • 88
0
votes
0 answers

Using same dll library, but diferent versions (both with the same PublicKeyToken)

I want to use the same library, but with different versions of the same program. I followed the explanation in this Question, but in my case the PublicKeyToken are the same: Is it possible to reference different version of the same assembly into a…
0
votes
1 answer

Can you manage R package conflicts by explicitly referencing packages in function calls?

I don't like that you can have R package conflicts in function calls, or namespace collisions. For instance, plyr and dplyr have functions with the same names, so if you have them both loaded you need to know which functions these are so you can…
0
votes
1 answer

eiffel: cluster has two classes with the same name

How to deal with cluster has two classes with the same name with eiffel studio? when I want to choose between 2 versions? Where can I find documentation about that? Think that there is a trick with sources->renaming
Pipo
  • 4,653
  • 38
  • 47
0
votes
1 answer

More than one file was found with OS independent path 'org/apache/commons/csv/QuoteMode.java'

As far as I have read the other link regarding similar issues like this, there is always the issue of 2 libraries conflicting, I think that's the case with me too but can anyone tell me which library is causing the conflict or what is the issue and…
0
votes
1 answer

Solving CodeMirror library conflict error "Uncaught TypeError: CodeMirror is not a function" in WordPress

I maintain a plugin that makes use of the CodeMirror library in the admin dashboard. Some users complain of an "Uncaught TypeError: CodeMirror is not a function" which arises due to a conflict in CodeMirror versions. My plugin uses CodeMirror 2…
Aurovrata
  • 2,000
  • 27
  • 45
0
votes
2 answers

How to build a conda environment with pytorch=0.3.1, since I keep getting conflicts

I need to get an environment working with the following requirements, but it just won't do. I have tried many things and always end up with something like below. Does anyone know how I can get an environment with the things that I need? conda create…
0
votes
2 answers

Conflicts with logs libraries - Class path contains multiple SLF4J bindings

I have a conflict with the logging libraries, but i dont know what and where exclude. This is my pom: net.logstash.logback logstash-logback-encoder
0
votes
1 answer

Dependency Conflict and can't find jar to resolve that

I have a project with two versions of the same jar and the problem is that it is causing a jar conflict. [WARNING] org.apache.cxf.transports.http.configuration.package-info scanned from multiple locations:…
0
votes
1 answer

conflict with jdmenu, positionBy and jquery

I am using jdmenu plugin and it requires to include another 2 files jquery.dimensions.js and jquery.positionBy.js when I do that all the rest of my jquery plugins get out of position, for example autocomplete now displays on top:0 left:0, also…
k-dev
  • 1,657
  • 19
  • 30