styler00dollar / VSGAN-tensorrt-docker

Using VapourSynth with super resolution and interpolation models and speeding them up with TensorRT.
BSD 3-Clause "New" or "Revised" License
286 stars 30 forks source link

No module named 'vsbasicvsrpp' #4

Closed xt851231 closed 2 years ago

xt851231 commented 2 years ago

Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 2832, in vapoursynth._vpy_evaluate File "src\cython\vapoursynth.pyx", line 2833, in vapoursynth._vpy_evaluate File "inference.py", line 12, in from vsbasicvsrpp import BasicVSRPP ModuleNotFoundError: No module named 'vsbasicvsrpp'

styler00dollar commented 2 years ago

I think I heard of that error from another person as well. I need to look into it.

mmkzer0 commented 2 years ago

I am experiencing the exact same problem. When I try to run inference.py, the program exits with

Python exception: No module named ‚vsbasicvsrpp‘.

Edit: I resolved the issue. The modules „vsbasicvsrpp“ and „scipy“ were missing. I installed them via

pip install vsbasicvsrpp scipy

and was able to run VSGAN without any issues after.

styler00dollar commented 2 years ago

Seems like I accidentally deleted it when I was refactoring the dockerfile. I added it back. Manually building the docker with the dockerfile should work fine now, but due to bad internet I can only update dockerhub later.

styler00dollar commented 2 years ago

Should be fixed now.