-
Notifications
You must be signed in to change notification settings - Fork 0
Python Requirements
Visum 2026 utilizes Python 3.13.
The base install of Visum 2026 comes with Python 3.13, but it may be missing packages required for the OR Metro model. To install the necessary packages on Windows, complete the following steps:
-
Navigate to the Visum 2026 installation folder at "C:\Program Files\PTV Vision\PTV Visum 2026" and then further to "Exe\Python" (or similar, it depends on your machine configuration)
-
Copy the full folder path pointing to the "Python" folder
-
Open a "Command Prompt" as an Administrator (Check Administrator privileges for writing to the C drive. If required, contact your IT department). Search cmd in the main search bar, right-click "Command Prompt", and then click "Run as Administrator"
-
Set the "Python" folder as the working directory. In the command prompt, type: cd [FOLDER PATH COPIED IN STEP 2]
-
Disable your machine's default pip installer to use Visum's instead. Type in the command prompt: set PYTHONNOUSERSITE=1
-
Check the pip installer being used. The result should be: pip XX.X from [Path to Python folder from Step 1]\Lib\site-packages\pip (python 3.13). Type in the command prompt: python -m pip --version
-
To install a package, type in the command prompt: python -m pip install [Package to Install]
-
Click Enter to install the package and repeat step 7 for all necessary packages