Top "Dependencies" questions

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

Automatically create requirements.txt

Sometimes I download the python source code from github and don't know how to install all the dependencies. If there …

python dependencies python-import requirements
Exclude all transitive dependencies of a single dependency

In Maven2, to exclude a single transitive dependency, I have to do something like this: <dependency> <groupId&…

maven-2 dependencies
Depend on a branch or tag using a git URL in a package.json?

Say I've forked a node module with a bugfix and I want to use my fixed version, on a feature …

git dependencies npm branch git-tag
scipy.misc module has no attribute imread?

I am trying to read an image with scipy. However it does not accept the scipy.misc.imread part. What …

python installation scipy dependencies python-imaging-library
Add a dependency in Maven

How do I take a jar file that I have and add it to the dependency system in maven 2? I …

java macos maven-2 dependencies
npm install private github repositories by dependency in package.json

I'm trying to install github private repository by npm that includes other private github repositories as dependency. Have tried a …

node.js github dependencies npm package.json
Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0

I just upgraded packages in an MVC 3 project (ASP.net 4), and now I am getting the following error message when …

asp.net-mvc-3 razor dependencies asp.net-4.0
Failed to load c++ bson extension

A total node noob here. I've been trying to set up a sample node app but the following error keeps …

javascript node.js express mongoose dependencies
How to get a dependency tree for an artifact?

dependency:tree can be used to see the dependency tree for a given project. But what I need is to …

maven-2 build-process dependencies
node.js TypeError: path must be absolute or specify root to res.sendFile [failed to parse JSON]

[add] So my next problem is that when i try adding a new dependence (npm install --save socket.io). The …

javascript json node.js socket.io dependencies