# OpenDrive_Parser_and_Viewer **Repository Path**: WuEnWen/OpenDrive_Parser_and_Viewer ## Basic Information - **Project Name**: OpenDrive_Parser_and_Viewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-09-03 - **Last Updated**: 2021-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenDrive_parser_and_viewer 1. 参考 https://github.com/liuyf5231/opendriveparser/blob/master/requirements.txt 2. 依赖库 python3.6 如果和pyhton3.5的库冲突,需要卸载3.5的库,如果pip3不能卸载,要使用apt-get卸载 否则要保证usr/local/lib/python3.6/dist-packages中有我们需要的库 commonroad-io sudo pip3 install --no-cache-dir --trusted-host mirrors.aliyun.com -i http://mirrors.aliyun.com/pypi/simple/ lxml==4.2.5 Requirement already satisfied (use --upgrade to upgrade): lxml==4.2.5 in /usr/local/lib/python3.6/dist-packages sudo pip3 install --no-cache-dir --trusted-host mirrors.aliyun.com -i http://mirrors.aliyun.com/pypi/simple/ PyQt5==5.11.3 sudo pip3 install --no-cache-dir --trusted-host mirrors.aliyun.com -i http://mirrors.aliyun.com/pypi/simple/ Shapely 3. python3 gui.py