nakano000 / Resolve_Script

MIT License
107 stars 13 forks source link

Davinci Resolve Script Install Mac #13

Open djgoldeneye opened 7 months ago

djgoldeneye commented 7 months ago

How do i install for mac?

nakano000 commented 7 months ago

1, install python3.10.11 2, run setup_python.command 3, run りぞりぷと.command

The rest of the operation is the same as in windows.

djgoldeneye commented 7 months ago

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 https://github.com/nakano000/Resolve_Script/issues/13#issuecomment-1925049659, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZWSMJTMYRC2IAIQE5JTCDYRWYYNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA2DSNRVHE . You are receiving this because you authored the thread.Message ID: @.***>

nakano000 commented 7 months ago

Different versions of Python may produce errors.

djgoldeneye commented 7 months ago

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 https://github.com/nakano000/Resolve_Script/issues/13#issuecomment-1925081300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZWSMNRDGV5WGNPWT4A6R3YRW4HNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA4DCMZQGA . You are receiving this because you authored the thread.Message ID: @.***>

djgoldeneye commented 7 months ago

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 https://github.com/nakano000/Resolve_Script/issues/13#issuecomment-1925081300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZWSMNRDGV5WGNPWT4A6R3YRW4HNAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGA4DCMZQGA . You are receiving this because you authored the thread.Message ID: @.***>

nakano000 commented 7 months ago

Please let me know the error message displayed.

djgoldeneye commented 7 months ago

~ % /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

      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 https://github.com/nakano000/Resolve_Script/issues/13#issuecomment-1925153190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZWSMKYORDCTEPCSJZYKW3YRXHSFAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGE2TGMJZGA . You are receiving this because you authored the thread.Message ID: @.***>

nakano000 commented 7 months ago

It was reported before that putting it on Desktop does not work. Please try it under HOME.

djgoldeneye commented 7 months ago

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 https://github.com/nakano000/Resolve_Script/issues/13#issuecomment-1925158966, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZWSMPS43GEBPPP6SKBOTTYRXJQZAVCNFSM6AAAAABCWCIVWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGE2TQOJWGY . You are receiving this because you authored the thread.Message ID: @.***>

nakano000 commented 7 months ago

It seems that the previous file remains Please start over from UnZip.