Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [dependencies]

A dependency exists between two elements if changes to the definition of one element may cause changes to the other.

0 votes
0 answers
10 views

Which versions to install to make RandomFields, RandomFieldsUtils, rpy2 compatible?

I am hoping to install some packages that people no longer update. I need RandomFields (https://cran.r-project.org/src/contrib/Archive/RandomFields/), RandomFieldsUtils (https://cran.r-project.org/src/...
Sasha Queequeg's user avatar
0 votes
0 answers
7 views

Trying to Handle Circular Dependencies and Memoization in React using Suspense

In my React app, I have some components that have circular dependencies and use React.Suspense for data fetching, trying to implement memoization for these async operations....What can I do to manage ...
Adityavardhan Jain's user avatar
0 votes
0 answers
10 views

Is is possible to specify dependencies in pyproject.toml without an install happening?

It might help to give the details of the specific problem I'm having: Problem Google's protobuf introduced a cross-version runtime guarantee. However, it did this in a clumsy manner that requires a ...
Mike Williamson's user avatar
0 votes
0 answers
21 views

MuleSoft Sync between pom.xml and Anypoint Platform

Apologies in advance, I am still quite new to MuleSoft, but have been working with IBM API Connect für over 5 years. One thing that I cannot get my head around is the missing "sync" between ...
MetasploitDucky's user avatar
0 votes
0 answers
8 views

How to identify the respective package location from CycloneDX SBOM

CycloneDX SBOM shows 'json5' as a component discovered by manifest-analysis using the file package-lock.json. How can I determine the file where this is actually referred to? I want to map 'json5' to ...
NSP's user avatar
  • 1,233
0 votes
0 answers
11 views

How to force reinstallation of specific dependencies from Gitea without deleting package-lock.json in Angular project?

I am working on an Angular project where we frequently update our internal libraries hosted on Gitea. Recently, we encountered an issue where a library (lenna-class) was updated on Gitea without ...
Laura Fuentes's user avatar
0 votes
0 answers
60 views

AttributeError: module 'pydot' has no attribute 'InvocationException'

Problem: I want to use plot_model from keras.utils to draw a beautiful AI model layers map; The tool plot_model requires "pydot" and "graphviz"; I installed "pydot" ...
BsAxUbx5KoQDEpCAqSffwGy554PSah's user avatar
0 votes
0 answers
8 views

Dependency Resolution when trying to install gymnasium

I faced this issue and I have no idea what i should do, i already tried many methods and still doesn't work, i upgraded pip as well and I have tried it in a virtual python environment already as well ...
tftftftftf's user avatar
2 votes
1 answer
23 views

Using Poetry's [tool.poetry.dependencies] in Setuptools Configuration in pyproject.toml

I use poetry to handle my dependencies in a project. poetry add package etc. They are all specified in a section of pyproject.toml named [tool.poetry.dependencies]. Ex: [tool.poetry.dependencies] ...
nprime496's user avatar
  • 145
0 votes
0 answers
17 views

Dependencies add [closed]

I am nit able to add dependencies in android studio kotlin app project I tried youtube tutorial bit it didn't work and i expect someone to guide me with correct steps I have tried steps of he girl of ...
Suhani Jain's user avatar
0 votes
2 answers
39 views

how to add room dependencies in android studio?

I'm trying to add these dependencies but other dependencies using libs objects , I watched multiple YouTube videos none pf them use libs obj and they just add dependencies without problems. here is ...
user's user avatar
  • 23
0 votes
0 answers
13 views

How to remove package with dependencies in APT? [closed]

I install package libasound2-plugin-equal and it pulls also caps. I remove package libasound2-plugin-equal, but it does not remove caps. root@devuan:~# apt install libasound2-plugin-equal Reading ...
youni's user avatar
  • 7
0 votes
0 answers
43 views

Having trouble running a project locally/ npm install, dependency issues

I am trying to run an example project locally. Its a full stack project so it needs to access a mongodb database. I downloaded the project files, and ran npm install so I could get everything set up, ...
tb444's user avatar
  • 1
0 votes
0 answers
54 views

How to resolve PendingIntent issue with Android SDK 34

In my Nativescript app, I am not directly using PendingIntent object but still I am getting the below error java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of ...
Rahul's user avatar
  • 1
0 votes
3 answers
44 views

Issue Running Angular Application Locally - Error on ng serve

I am new to Angular and I am facing an issue when trying to run a system locally built with Angular and .NET. Below is my package.json file, and I have also attached screenshots of the error and the ...
Gayashan Deshapriya's user avatar

15 30 50 per page
1
2 3 4 5
879