About this tag
Discussions about Python packages on WindowsForum.com focus on configuring environment variables and system paths so that installed Python packages, such as ROS (Robot Operating System) packages, are detected by the Python interpreter. Users seek help with troubleshooting import errors and ensuring that Python can locate packages after installation on Windows. Common solutions involve adding the package's folder to the PATH or PYTHONPATH environment variable. The tag covers practical setup issues for Python packages in a Windows environment, particularly for scientific or robotics libraries.
  1. xavier12358

    Use ROS python package

    I have successed install ROS on Windows thanks to that link: http://wiki.ros.org/Installation/Windows Now I want to use the installed Python ROS package but my system doesn't seems to detect it. Should I have to add in Windows environement variable the Noetic ROS folder to be able to import...