You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Test) C:\Users\****\source\repos\OpenWebUI\Test>python demo\app_januspro.py
Traceback (most recent call last):
File "C:\Users\****\source\repos\OpenWebUI\Test\demo\app_januspro.py", line 4, in <module>
from janus.models import MultiModalityCausalLM, VLChatProcessor
ModuleNotFoundError: No module named 'janus'
This happens despite having the virtual environment active.
The text was updated successfully, but these errors were encountered:
pyvenv.cfg
home = C:\Users****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0
include-system-site-packages = false
version = 3.9.13
I thought it might be the version, but it checks out too?
This happens despite having the virtual environment active.
The text was updated successfully, but these errors were encountered: