-
Notifications
You must be signed in to change notification settings - Fork 15
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
Davinci Resolve Script Install Mac #13
Comments
How do i install for mac? |
1, install python3.10.11 The rest of the operation is the same as in windows. |
I'll try it again. I had an error when I ran the command. aggraw wasn't
able to be updated. Should I try reinstalling python again?
…On Fri., Feb. 2, 2024, 9:59 p.m. nakano000, ***@***.***> wrote:
1, install python3.10.11
2, run setup_python.command
3, run りぞりぷと.command
The rest of the operation is the same as in windows.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZWSMJTMYRC2IAIQE5JTCDYRWYYNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA2DSNRVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Different versions of Python may produce errors. |
ill install 3.10.11 again.
Thanks
…On Fri, Feb 2, 2024 at 10:28 PM nakano000 ***@***.***> wrote:
Different versions of Python may produce errors.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZWSMNRDGV5WGNPWT4A6R3YRW4HNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA4DCMZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Still doesnt work
A new release of pip is available: 23.2.1 -> 23.3.2
Im using DR 18.6
…On Fri, Feb 2, 2024 at 11:15 PM GLDN ***@***.***> wrote:
ill install 3.10.11 again.
Thanks
On Fri, Feb 2, 2024 at 10:28 PM nakano000 ***@***.***>
wrote:
> Different versions of Python may produce errors.
>
> —
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AVZWSMNRDGV5WGNPWT4A6R3YRW4HNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA4DCMZQGA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Please let me know the error message displayed. |
~ %
/Users/wadat/Desktop/Tutorials/Scripting/Resolve_Script2.5.10_mac/setup_python.command
; exit;
Collecting aggdraw==1.3.16 (from -r requirements.txt (line 1))
Using cached aggdraw-1.3.16.tar.gz (260 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting attrs==23.1.0 (from -r requirements.txt (line 2))
Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting audioread==3.0.0 (from -r requirements.txt (line 3))
Using cached audioread-3.0.0.tar.gz (377 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
*error*: *subprocess-exited-with-error*
× Getting requirements to build wheel did not run successfully.
│ exit code: *1*
╰─> [20 lines of output]
Traceback (most recent call last):
File
"/Users/wadat/Desktop/Tutorials/Scripting/Resolve_Script2.5.10_mac/bin/python-3/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 353, in <module>
main()
File
"/Users/wadat/Desktop/Tutorials/Scripting/Resolve_Script2.5.10_mac/bin/python-3/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/wadat/Desktop/Tutorials/Scripting/Resolve_Script2.5.10_mac/bin/python-3/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File
"/private/var/folders/dy/5gctb17102l3gdy2jb8l50rw0000gn/T/pip-build-env-1doujy9e/overlay/lib/python3.12/site-packages/setuptools/build_meta.py",
line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings,
requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/private/var/folders/dy/5gctb17102l3gdy2jb8l50rw0000gn/T/pip-build-env-1doujy9e/overlay/lib/python3.12/site-packages/setuptools/build_meta.py",
line 295, in _get_build_requires
self.run_setup()
File
"/private/var/folders/dy/5gctb17102l3gdy2jb8l50rw0000gn/T/pip-build-env-1doujy9e/overlay/lib/python3.12/site-packages/setuptools/build_meta.py",
line 480, in run_setup
super(_BuildMetaLegacyBackend,
self).run_setup(setup_script=setup_script)
File
"/private/var/folders/dy/5gctb17102l3gdy2jb8l50rw0000gn/T/pip-build-env-1doujy9e/overlay/lib/python3.12/site-packages/setuptools/build_meta.py",
line 311, in run_setup
exec(code, locals())
File "<string>", line 17, in <module>
ModuleNotFoundError: No module named 'imp'
[end of output]
*note*: This error originates from a subprocess, and is likely not a
problem with pip.
*error*: *subprocess-exited-with-error*
× Getting requirements to build wheel did not run successfully.
│ exit code: *1*
╰─> See above for output.
*note*: This error originates from a subprocess, and is likely not a
problem with pip.
*[*notice*]* A new release of pip is available: 23.2.1 -> 23.3.2
*[*notice*]* To update, run: pip install --upgrade pip
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
…On Sat, Feb 3, 2024 at 12:05 AM nakano000 ***@***.***> wrote:
Please let me know the error message displayed.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZWSMKYORDCTEPCSJZYKW3YRXHSFAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGE2TGMJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It was reported before that putting it on Desktop does not work. |
changed the directory and that error has gone but the app still doesn't
work. See a link to the video below.
https://youtu.be/g9SGPtQ8G44
…On Sat, Feb 3, 2024 at 12:22 AM nakano000 ***@***.***> wrote:
It was reported before that putting it on Desktop does not work.
Please try it under HOME.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZWSMPS43GEBPPP6SKBOTTYRXJQZAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGE2TQOJWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It seems that the previous file remains |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: