Skip to content
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

Windows Release - Missing the scripts folder #31

Closed
jacopomazzoni opened this issue Aug 8, 2021 · 2 comments
Closed

Windows Release - Missing the scripts folder #31

jacopomazzoni opened this issue Aug 8, 2021 · 2 comments

Comments

@jacopomazzoni
Copy link

jacopomazzoni commented Aug 8, 2021

I tried downloading the scripts folder from the master branch but when i select it in the preferences the software says it's looking for python versions of the sh files and those are missing.

fixed by redownloading a fresh version of the scripts folder,
still should be included in the zipfile

even with this none of the scripts seem to run
The viewer works but it's just creating the jpgs planes

@jacopomazzoni jacopomazzoni changed the title Windows Release is missing the scripts folder Windows Release - Missing the scripts folder Aug 8, 2021
@jacopomazzoni
Copy link
Author

jacopomazzoni commented Aug 8, 2021

if launched manually deepzoom.py reports pyvips cannot be found, even after issuing pip3 install pyvips I think this might be the current point of failure.

C:\Users\jmazz\Desktop\obverse\rtiwin4\rti.png>python3 C:\Users\jmazz\Desktop\Relight1.0-windows\scripts\deepzoom.py ./
Traceback (most recent call last):
File "C:\Users\jmazz\Desktop\Relight1.0-windows\scripts\deepzoom.py", line 2, in
from pyvips import Image
ModuleNotFoundError: No module named 'pyvips'

C:\Users\jmazz\Desktop\obverse\rtiwin4\rti.png>pip3 install pyvips
Requirement already satisfied: pyvips in c:\users\jmazz\appdata\local\programs\python\python39\lib\site-packages (2.1.15)
Requirement already satisfied: cffi>=1.0.0 in c:\users\jmazz\appdata\local\programs\python\python39\lib\site-packages (from pyvips) (1.14.6)
Requirement already satisfied: pycparser in c:\users\jmazz\appdata\local\programs\python\python39\lib\site-packages (from cffi>=1.0.0->pyvips) (2.20)

C:\Users\jmazz\Desktop\obverse\rtiwin4\rti.png>python3 C:\Users\jmazz\Desktop\Relight1.0-windows\scripts\deepzoom.py ./
Traceback (most recent call last):
  File "C:\Users\jmazz\Desktop\Relight1.0-windows\scripts\deepzoom.py", line 2, in <module>
    from pyvips import Image
ModuleNotFoundError: No module named 'pyvips'

C:\Users\jmazz\Desktop\obverse\rtiwin4\rti.png>

Probably caused by this:
https://github.com/libvips/pyvips#non-conda-install

@ponchio
Copy link
Contributor

ponchio commented Oct 19, 2021

The scripts have been added to the release.

@ponchio ponchio closed this as completed Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants