carla-simulator / map

AD Map access library
MIT License
95 stars 43 forks source link

'No module named 'ad_map_access' '' #67

Closed yaoshu666 closed 2 years ago

yaoshu666 commented 3 years ago

When I run qgis and install the plugin from the plugins menu (Plugins > Manage and Install Plugins > Install from ZIP), choose the zip file that was previously downloaded,it shows ''No module named 'ad_map_access' ''.however, ad-map-access python only for linux. Is there windows support for this package?

berndgassmann commented 3 years ago

Hi,

currently there is no windows support available yet. See also issue #58. But the team is currently discussing the possibilities and effort on this.

jin-111 commented 2 years ago

How to get ad-map-access python? I cannot download by pip with pip install --user ad-map-access on ubuntu18 Output: Could not find a version that satisfies the requirement ad-map-access (from versions: ) No matching distribution found for ad-map-access

berndgassmann commented 2 years ago

Hmm, strange. If you look at the files section at PyPi you see that ad-map-access is currently published for python 2.7, 3.6, 3.7 and 3.8. And especiallly it is build even on a Ubunutu docker

So what python version is your current configured standard? You might want to try it with python3.

Or it's maybe some proxy issue, but then other PyPi packages should also not work..

jin-111 commented 2 years ago

Hmm, strange. If you look at the files section at PyPi you see that ad-map-access is currently published for python 2.7, 3.6, 3.7 and 3.8. And especiallly it is build even on a Ubunutu docker

So what python version is your current configured standard? You might want to try it with python3.

Or it's maybe some proxy issue, but then other PyPi packages should also not work..

Thank you!Your suggestion reminded me. I checked the version of PIP and found that the version of PIP is 9. 0. 1. I update PIP to the latest version. It works.