Mend & Defend Community
Mend's developer community is a place to share insights and ask questions about dependencies, security risks, and AppSec solutions.
Recent Questions
I keep getting "DJANGO ModuleNotFound: <APP_NAME>" when trying to deploy with gunicorn wsgi. How do I make it go away?
I've worked with Python in the past, and I'm now doing my best to learn Django, as I'd like to go a bit into the web dev space. However, I keep getting the same error - "Error: No module named ..". Any ideas?Asked 8 months ago
1
Answers
703
Views
I can't build with dependencies with pip. Is there something wrong with my set up?
Hi, so I'm having a problem with installing my project (specifically the dependencies). So, I'm running my pip install command (as usual), but I get an error message saying that the setup has failed. Any solutions?Asked 7 months ago
1
Answers
2.1k
Views
How do you set versioning in your Python packages?
What is the best way to manage versioning in my Python project? We're currently a team of 5 developers working on an app that will probably have multiple versions & releases, so we're not sure how to go about versioning packages?Asked 8 months ago
1
Answers
1.2k
Views
How do I use Python's pip to manage project dependencies?
I'm a bit new to Python and I'm still learning the best practices to manage dependencies. Even though I'm currently working on small projects that aren't difficult to manage, I'd like to know what's the best way to manage project dependencies in Python in the future?Asked 8 months ago
1
Answers
1.3k
Views
How do you stop CircleCI from installing Python dependencies in circle.yml?
When I'm installing my project, CircleCI automatically install too many Python depencies, and the majority of them are unnecessary from my project. Of course, this is causing my installation to last a lot longer than I want to, so I want to stop automatically installing them.Asked 8 months ago
1
Answers
1.5k
Views
Is there a way to exclude third party python dependencies?
So, I have a huge Python project I've been working on for 3 months, and it has a lot of dependencies (obviously). How can I exclude all the third-party dependencies?Asked 8 months ago
1
Answers
1k
Views
PyCharm isn't finding the Python dependencies when Docker interpreter is on. How do I fix this?
I'm running a Python project with a Docker interpreter, and the project has no issues except for one - unresolved reference 'module'. How can I make it work?Asked 8 months ago
1
Answers
940
Views
How do we bundle python dependencies so that it doesn't need to be downloaded when used by others?
I'm having a small problem with my Python project - specifically with bundling. How can I ensure that the bundling doesn't cause every dependency in the project to be installed?Asked 8 months ago
1
Answers
900
Views
I have some non-python dependencies that needs paths. How do you set it up?
I'm currently working on a project and I'm using non-python dependencies. How can I explicitly tell Python to read from a custom directory instead of the ones in the default path?Asked 8 months ago
1
Answers
901
Views
How do I get AWS SAM CLI to stop ignoring my Python dependencies during the deployment process?
So, I'm using Amazon Web Services without Docker Containers, and I'm not 100% that my CLI downloads get properly installed. The dependencies are declared in the requirements.txt file (as it's required in the documentation), but sometimes my dependencies get ignored from the installation.Asked 9 months ago
1
Answers
904
Views