Installing Dependencies Error message (please help!!) #97
Unanswered
BeauCotter
asked this question in
Q&A
Replies: 1 comment 5 replies
-
note: I have no idea how pythone works |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone help me with this...
Whenever I try to install dependencies blender puts out this error
Python: Traceback (most recent call last):
File "C:\Users\heyco\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\dream_textures\operators\install_dependencies.py", line 140, in execute
install_pip()
File "C:\Users\heyco\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\dream_textures\operators\install_dependencies.py", line 55, in install_pip
subprocess.run([sys.executable, "-m", "pip", "--version"], check=True)
File "E:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "E:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "E:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\subprocess.py", line 1375, in _execute_child
args = list2cmdline(args)
File "E:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\subprocess.py", line 561, in list2cmdline
for arg in map(os.fsdecode, seq):
File "E:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\os.py", line 822, in fsdecode
filename = fspath(filename) # Does type-checking of
filename
.TypeError: expected str, bytes or os.PathLike object, not NoneType
I have no idea what this means...
I have no experience with Python
Edit: I've tried reinstalling blender 3.30, Checking "longPathsEnabled", using every zip file I could find...
Also, no one I have found has the same issue...
Beta Was this translation helpful? Give feedback.
All reactions