Skip to main content
1 vote
0 answers
82 views

I have a Python monorepo. One of the services in this monorepo is "poller-service". Its general structure is: services/ └── poller-service/ ├── .venv/ | └─ ... ...
CrazySynthax's user avatar
  • 15.2k
0 votes
0 answers
100 views

I'm facing a peculiar issue with PyCharm and Python imports. I have a well-organized directory with all my "stable" code, and a separate area for local scripts that are more experimental and ...
Emanuele Alfano's user avatar
0 votes
0 answers
56 views

I am configuring my robot framework on a project level and am trying to enter my project file location as the pythonpath. Next to the field is this text: Entries to be added to the PYTHONPATH (used ...
Jat's user avatar
  • 13
0 votes
1 answer
155 views

Related questions that do not apply: Set PYTHONPATH for local Jupyter Notebook in VS Code - does not apply to running Jupyter server. How to set pythonpath at startup when running jupyter notebook ...
Phrogz's user avatar
  • 304k
2 votes
2 answers
186 views

I'm working on a Python project with the following structure: / ├── src/ │ ├── __init__.py │ ├── afrr/ │ │ ├── __init__.py │ │ ├── dumper.py │ │ └── cleaner.py │ ├── config.py │ ├──...
PhillyVanilly's user avatar
0 votes
0 answers
43 views

Although there are a number of import related questions, I haven't found one that directly addresses my question. I have installed some packages in the default Site Packages folder and it has a ...
QuasiG's user avatar
  • 93
0 votes
0 answers
167 views

I am working on a Python project, which has to support multiple versions of the same package. For each new version, some of our wrapper classes change, and others remain unchanged from the previous ...
Arnór's user avatar
  • 1
0 votes
0 answers
50 views

(Neither this question nor this question are duplicates - they are all resolved by setting the PYTHONPATH correctly.) I have the basic file structure of a Python package, located in ~/github/mypackage:...
Wasserwaage's user avatar
0 votes
0 answers
156 views

I want to use exactly the same vscode workspace folder on both Windows and Linux. As you may know, contrary to Pycharm, the root folder is unfortunately not included in the python path. So for my ...
u2gilles's user avatar
  • 7,433
0 votes
0 answers
66 views

I need to re-define the PYTHONPATH within Visual Studio Code (VSC) without it inheriting any values from the default PYTHONPATH set in my shell (zsh). System Information: macOS: Sonoma 14.6.1, Visual ...
Johannes Kreckel's user avatar
0 votes
1 answer
205 views

Added later: I stupidly capitalized OS rather than using os, so the import and print now works properly. However, the question remains: how can I add a source directory that is outside the project ...
dnessett's user avatar
0 votes
0 answers
51 views

I have an issue where I dont get the solution. I also look here in stackoverflow.com, tried different solutions but nothing helps. My project struct looks like this: -MyFolder ----MySubFolder ------...
user19471767's user avatar
1 vote
1 answer
106 views

Here's my project structure - folder_1 - folder_2 - file1.py - file2.py - folder_3 - file3.py Now I use this command to run file1.py python folder_1/folder_2/file1....
zjffdu's user avatar
  • 29.7k
0 votes
1 answer
270 views

I'm encountering an issue where pytest fails to run tests in my local development environment due to a ModuleNotFoundError, specifically stating that there is "No module named 'app'". ...
Baptiste Moulin's user avatar
0 votes
1 answer
166 views

I'm working on a project where I debug with GDB and OpenOCD. Sometimes we use VS Code for this purpose and I encountered an issue that the Run & Debug session won't launch when PYTHONHOME/...
Quotenbanane's user avatar

15 30 50 per page
1
2 3 4 5
52