You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: