Software Dependencies
Our community of developers share their issues, personal experiences, and insights on coding dependency. Join in the conversations about implementing, debugging, and integrating software services and libraries.
Recent Questions
I keep getting 404 when trying to install an npm package. Why is that?
I've been trying to install a package (@angular/cli/latest) and I keep getting the error: "code E404 npm ERR! 404 Not Found". What can I do to fix it?Asked 8 months ago
2
Answers
3.6k
Views
How do I find all the installed dependency packages for a particular package in npm?
I've been coding for a couple of years now (primarily in Java) but I've recently made the switch to web and I'm using nodeJs. I can see that there's a wide usage of dependencies and packages, so I'd like to know which packages depend on each other, so I can remove the redundant ones. Asked 8 months ago
2
Answers
1.5k
Views
Is there a way to exclude third party python dependencies?
I'm currently building a huge project (it's a healthcare app) that has a lot of dependencies. Some of them, however, are from third parties, and I'm not srure if I want to include them. What's the best way to do exclude them?Asked 8 months ago
1
Answers
1.4k
Views
I can't build with dependencies with pip. Is there something wrong with my set up?
Whenever I try to install and build a dependency with pip, I receive an error message "python <name> did not run successfully". What could this problem be?Asked 8 months ago
1
Answers
1.3k
Views
How do you set versioning in your Python packages?
What's the best way to set up versioning in Python so that I can automatically fetch the latest version like this: "object.version"?Asked 8 months ago
1
Answers
1.4k
Views
How do I download a package from public repo to conda?
Is it possible to install and upgrade a repostiry from a place like GitHub with Conda? What would the command be like? ThanksAsked 7 months ago
1
Answers
1.3k
Views
Trying to install with Anaconda package manager but it keeps telling me that it's not found. How do I make it 'find' the needed packages?
How can I install a package with Anaconda and not encounter the issue "not available in repo.anaconda.com...". How can I install the package I'm looking for?Asked 7 months ago
1
Answers
864
Views
I keep getting "no module named 'module.py'" after installing the package. How do I fix this?
I've recently made the switch to Python 3, and I'm having a hard time importing "module.py" - the error message says "ModuleNotFoundError: No module named module.py". What's the problem here?Asked 8 months ago
1
Answers
1.6k
Views
What does "grpc fail : PicklingError: Can't pickle <class 'demo_pb2.msg'>: import of module demo_pb2 failed" mean?
I got this error after I pickle a function at the top level in my module. It's a nested function call, and it's supposed to work, but it doesn't. Do I need to restructure my code? Thanks.Asked 8 months ago
1
Answers
1.5k
Views
How do I include fonts as part of the bundling for a react npm package?
I'm relatively new to React, and I'm working on a website for my friend (it's a cryptocurrency tracker). I'd like to use a custom font, but I'm having a hard time importing it. Any ideas?Asked 8 months ago
1
Answers
1k
Views