No result in Terminal
I have written a node in vs code and then run it in terminal (ubuntu).. It is not showing error but also no results .. It should show “Hello from ROS2 “
I can’t install a module in python [duplicate]
This question already has answers here: How do I solve “error: externally-managed-environment” every time I use pip 3? (32 answers) Closed yesterday. ./run_007-TheBond.sh: строка 10: python: команда не найдена ./run_007-TheBond.sh: строка 11: venvScriptsactivate: команда не найдена error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where […]
Python script not acknowledging file exists
I am experiencing an error where I am looking for a .csv file that exists on disk and the code is not acknowledging the existence of the file, which is given by an absolute path. os.path.exists()
returns False
when executing the script but returns True
when executing in the REPL. I am using the same virtual environment to run both, and am running the script and REPL from the same directory.
using Task Spooler with python flags
I am using task Spooler and have flags in the command line to be able to add inputs through it. Is there a way to make spooler ignore this since currently I am getting an issue that it is an unknown option for spooler.
Can’t get libraries on python3.12 on Ubuntu 22.04
After installing python 3.12 on Ubuntu from deadsnakes, when I try to use any kind of library or install a library, it will only work on python 3.10. I am not sure what is wrong…
pip error on Ubuntu: externally-managed-environment × This environment is externally managed
I face this type error.