blender-driving-scenario-creator icon indicating copy to clipboard operation
blender-driving-scenario-creator copied to clipboard

./pip3 failed and no module named "scenariogeneration"

Open ZlHou opened this issue 1 year ago • 2 comments

System: Ubuntu 22.04 Blender 3.5

I have run ./python3.10 -m ensurepip.

It shows satisfaction, but there is no pip3 in the folder. Thus, the scenariogeneration cannot be installed by ./pip3 install scenariogeneration and the addon does not work well.

I looked for some methods to address this issue. Fortunately, I got it.

Try download install package from https://pypi.python.org/pypi/pip#downloads and use ./python[python version] setup.py install to install pip.

I share this with someone who has the same issue here.

ZlHou avatar Apr 16 '23 05:04 ZlHou