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

Can not donwload the depencies from the GUI on blender 4.0.2 or 4.1 or 4.2. #82

Open
dororo-ak opened this issue Oct 10, 2024 · 0 comments

Comments

@dororo-ak
Copy link

Hi,
I'm writting this issue because each time I try to doanload depencies I have these errors :

Python: Traceback (most recent call last):
File "C:\Users\adama\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\photogrammetry_importer\preferences\dependency.py", line 365, in execute
dependency_manager.install_dependencies(
File "C:\Users\adama\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\photogrammetry_importer\preferences\dependency.py", line 317, in install_dependencies
dependency.install(op=op)
File "C:\Users\adama\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\photogrammetry_importer\preferences\dependency.py", line 226, in install
importlib.import_module(self.import_name)
File "C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\site-packages\setuptools_init
.py", line 8, in
import distutils_hack.override # noqa: F401
File "C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\site-packages_distutils_hack\override.py", line 1, in
import('distutils_hack').do_override()
File "C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\site-packages_distutils_hack_init
.py", line 77, in do_override
ensure_local_distutils()
File "C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\site-packages_distutils_hack_init
.py", line 64, in ensure_local_distutils
assert '_distutils' in core.file, core.file
AssertionError: C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\lib\distutils\core.py

When I try to download one by one: e.g pyntcloud
bpy.ops.photogrammetry_importer.install_dependencies(dependency_package_name="pyntcloud")
Pip already installed. Using existing pip installation (23.0.1)
Installing dependency with ['C:\Program Files\Blender Foundation\blender-4.0.2-windows-x64\4.0\python\bin\python.exe', '-m', 'pip', 'install', '--no-cache-dir', 'pyntcloud']

INSTALLATION of DEPENDENCY pyntcloud FAILED!
Reason: No module named 'pyntcloud'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant