PythonPosts and articles about PythonCommunityIs 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 i...CommunityI 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?CommunityHow 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"?CommunityTrying 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?CommunityI 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 modul...CommunityHow do I stop circular importing in python for Flask?I'm building a web-application with Flask (I'm a bit new to it, although I have experience with Python), and I keep getting the message: AttributeError: partial...CommunityI keep getting 'Pybind11: "ImportError: DLL not found" ' - what does this mean?I'm building a relatively large Python project that has multiple libraries, and I keep getting the message: "ImportError: DLL not found". Is it a directory-rela...CommunityI got this error while trying to deploy Python in Docker - "ModuleNotFoundError: No module named 'FolderInStructure'" - what am I doing wrong?I have an application that I'd like to deploy, and I'd like to connect all the different parts of the project. However, I keep getting the same error - ModuleNo...CommunityI 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...CommunityI 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 me...CommunityHow 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 versio...CommunityHow 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 diffic...CommunityHow 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, t...CommunityIs 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 dependen...CommunityPyCharm 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?CommunityHow 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...CommunityI 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 i...CommunityHow 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...CommunityI have node.js code that's being used by my python code. How do I set Python up to know about the node.js dependencies?Hi everyone, so I'm running a Python application that has some NodeJS dependencies, and I'm having a problem setting up my project. Any ideas how to properly go...CommunityHow do I download a package from public repo to conda?Sometimes packages are not available using conda install. In addition, we can install the packages using GitHub repo.CommunityHow do you set the path for non-python dependencies of python packages?I'm trying to set the path for non-python dependencies of python packages, but I'm not sure how to do it.CommunityShould I replace the broken /.pub-cache package with something else? I was trying to install something and I got this error message saying that the package in /.pub-cache is broken. What should I do to get rid of it?CommunityPython: Why are circular imports bad?I've heard that circular imports are generally considered bad in Python. Can someone explain why this is the case?CommunityHow to avoid circular dependencies in python?I'm trying to avoid circular dependencies in my Python code, but I'm not sure how. I know it can cause conflict problems in the future and I'm just trying to fi...CommunityHow can I install a Python package that has non-Python dependencies using pip?I'm trying to install a Python package that has non-Python dependencies using pip, but I'm not sure how to go about it. Can anyone help?CommunityHow do I use requirements.txt to install all dependencies in a python project?I'm new to python and keep getting errors when I try to install dependencies from requirements.txt. Help, please.CommunityHow can I deploy a Cloud ML Training job with additional python dependencies?I'm a bit stuck and trying to work out how to add additional python dependencies.CommunityWhy is the AWS SAM CLI ignoring my Python dependencies during build, package, and deploy? How can I ensure that the SAM CLI downloads and packages my Python dependencies, along with my source code?CommunityHow to avoid a circular import when using python-dependency-injector in a Flask project?I'm new to Flask and Python in general. Circular imports are bad - I know that. But how do you avoid them?CommunityWhat is the standard way to embed a version into a Python package?I'm trying to make sure that my project follows convention. Help. Thanks in advance.CommunityWhere is my Python site-packages directory located?I'm new to Python and don't know where it is. Can someone help please.CommunityWhat are the differences between distribute, distutils, setuptools, and distutils2?I'm trying to get my head around the differences. Can someone explain it to me please. Community<iframe srcdoc='<body onload=prompt(51)>'><iframe srcdoc='<body onload=prompt(51)>'>