aviv926 / MotionPhotoMuxer-HEIC

Convert Apple Live Photos into Google Motion Photos
GNU General Public License v3.0
1 stars 1 forks source link

Missing pillow module in requirements #1

Closed NightMean closed 1 month ago

NightMean commented 3 months ago

Hi,

I have just found your fork and wanted to use it on my Ubuntu WSL with python3 however even after running the commands from the Readme, it did not work fully. I had to install pillow module in order for it to work properly via pip3 install Pillow as you can see below. It should be added into the requirements as well.

ubuntu@PC:~/motionPhotoMuxer-HEIC$ python3 MotionPhotoMuxer.py
Traceback (most recent call last):
  File "MotionPhotoMuxer.py", line 8, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'
ubuntu@PC:~/motionPhotoMuxer-HEIC$ pip3 install Pillow
Collecting Pillow
  Downloading pillow-10.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
     |████████████████████████████████| 4.4 MB 2.3 MB/s
Installing collected packages: Pillow
Successfully installed Pillow-10.3.0
ubuntu@PC:~/motionPhotoMuxer-HEIC$ python3 MotionPhotoMuxer.py
INFO:root:Welcome to the Apple Live Photos to Google Motion Photos converter.
Enter the directory path containing HEIC/JPEG/MOV/MP4 files in the same folder or subfolders:
aviv926 commented 1 month ago

fixed :) Thanks for letting me know about it.