-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
After installing Osmium and running a script using PyOsmium on Windows, the execution never terminates. The script runs but does not exit as expected.
Steps to reproduce:
- Install PyOsmium in a standard library virtual environment (venv)
- Run the following example from the documentation:
import osmium
for obj in osmium.FileProcessor('test.osm'):
print(obj)
Expected behavior
The script should process the input file, print the result and exit.
Actual behavior
The script prints the result and does not terminate.
OS: Windows 10 22H2 (build 19045.5371)
Python version: 3.12.8
PyOsmium version: 4.0.2
Installation method: Installed via pip in a standard venv
Metadata
Metadata
Assignees
Labels
No labels