carla-simulator / map

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

Missing python3 PyPi package #78

Closed ralwing closed 2 years ago

ralwing commented 2 years ago

Hi, According to this message this package should be available for Python3 on PyPi repo. However neither pip nor the PyPi search finds it. The package page also (in Programming Language section) also reports only Python2. Thanks!

berndgassmann commented 2 years ago

Maybe the package meta description is not complete, but the package is definitely available for python3. I know that others reported similar problem, which was to my knowledge finally resolved by first updating pip; then the package for python3 was found successfully. Please, give it a try.

ralwing commented 2 years ago

Ok, upgrade to the newest pip solved the problem. Thank You:

#pip install ad-map-access
Collecting ad-map-access
  Downloading ad_map_access-2.6.0-cp38-cp38-manylinux_2_27_x86_64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 30.1 MB/s eta 0:00:00
Collecting ad-physics>=2.6.0
  Downloading ad_physics-2.6.0-cp38-cp38-manylinux_2_27_x86_64.whl (4.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 48.2 MB/s eta 0:00:00
Installing collected packages: ad-physics, ad-map-access
Successfully installed ad-map-access-2.6.0 ad-physics-2.6.0

#pip --version
pip 22.0.4 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
Xiaowuzjj commented 3 months ago

image Why can’t I download pip after I upgraded it?