carla-simulator / map

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

"pip install ad-map-access" is not working #89

Open kuehn-leon opened 8 months ago

kuehn-leon commented 8 months ago

Hello,

I am trying to install the ad-map-access pip package on windows. The error is: "ERROR: Could not find a version that satisfies the requirement ad-map-access (from versions: none) ERROR: No matching distribution found for ad-map-access"

I already tried different things like I changed my python version to 3.8 and updated the pip to the latest (23.3.2). It is still not working.

Thanks for your support!

Anhar2 commented 7 months ago

Hi

Have you solved it? I'm running onto the exact issue

berndgassmann commented 7 months ago

We didn't build that library yet on windows. I have no glue what adaptions might be required to do so. It might be straight forward to build it there using colcon. But with the code generated python binding and the respective boost dependency that might be tricky.

berndgassmann commented 6 months ago

At least I've started a small weekend/evening project now to build with colcon under windows; so might be able to deliver also a pip install soon. But I can't provide a time estimate yet on this.

Xiaowuzjj commented 1 month ago

Is it available for use?