Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./pip3 failed and no module named "scenariogeneration" #25

Open
ZlHou opened this issue Apr 16, 2023 · 2 comments
Open

./pip3 failed and no module named "scenariogeneration" #25

ZlHou opened this issue Apr 16, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@ZlHou
Copy link

ZlHou commented Apr 16, 2023

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 ZlHou closed this as completed Apr 16, 2023
@johschmitz
Copy link
Owner

Looks like something changed in Blender 3.5, what works for me is calling it like this:

$ cd blender-3.5.1-linux-x64/3.5/python/bin/
$ ./python3.10 -m pip install scenariogeneration

@johschmitz johschmitz reopened this May 18, 2023
@johschmitz johschmitz added documentation Improvements or additions to documentation good first issue Good for newcomers labels May 18, 2023
@johschmitz
Copy link
Owner

I updated the readme accordingly in 2d28907.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants