I'm getting problems to finalize the installation of the Blender add on in different computers.
In a PC I have this error
`WARNING: You are using pip version 19.2.3, however version 22.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
2022-12-27 18:11:57,239 - ERROR - Error installing python dependencies for the Chordata add-on.
It might be due to a temporary connectivity issue.
Please check your connection and try again.
If the problem persists please report the error on the Chordata forum pasting the output from the system console
Error: Traceback (most recent call last):
File "C:\Users\APZ Ryzen3\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\chordata\dependencies.py", line 103, in check_deps
where = install()
File "C:\Users\APZ Ryzen3\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\chordata\dependencies.py", line 66, in install
"--upgrade", package])
File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\python\lib\subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Program Files\\Blender Foundation\\Blender 2.91\\2.91\\python\\bin\\python.EXE', '-m', 'pip', 'install', '--upgrade', 'numpy>=1.21.0']' returned non-zero exit status 1.
On a MAC I'm getting an error when trying to connect the Notochord node.
Initially it says it will install some dependencies, but after that there's an error from base.py, engine.py, armature.py armature_manager.py
"chordata.defaults.Calibration_error: Dependencies not found"
location: <unknown location>:-1
How can I solve this?