skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
0 stars 1 forks source link

While running #2

Closed ue71603 closed 2 months ago

ue71603 commented 4 months ago

Gtfs2NeTEx.py I got the following error with the just downloaded flixbus file

C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\venv\Scripts\python.exe C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\GtfsNeTEx.py Traceback (most recent call last): File "C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\GtfsNeTEx.py", line 15, in from callsprofile import CallsProfile File "C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\callsprofile.py", line 5, in from netex import ServiceJourney, StopPointInJourneyPattern, ServiceJourneyPattern, PointsInJourneyPatternRelStructure, \ File "C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\netex__init__.py", line 1, in from .abstract_capabilities_structure import AbstractCapabilitiesStructure File "C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\netex\abstract_capabilities_structure.py", line 3, in from .capability_general_interaction_structure import ( File "C:\Users\ue71603\MG_Daten\github\reference\gtfs-netex-test\netex\capability_general_interaction_structure.py", line 7, in @dataclass(kw_only=True) TypeError: dataclass() got an unexpected keyword argument 'kw_only'

ue71603 commented 2 months ago

solved