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
Checked out repo
Used uv to setup virtual environment
installed dependencies
tried to run python examples/run.py
Error:
Traceback (most recent call last):
File "C:\source\repos\owl\examples\run.py", line 32, in
from owl.utils import run_society, DocumentProcessingToolkit
File "C:\source\repos\owl\owl\utils_init_.py", line 23, in
from .document_toolkit import DocumentProcessingToolkit
File "C:\source\repos\owl\owl\utils\document_toolkit.py", line 30, in
import xmltodict
ModuleNotFoundError: No module named 'xmltodict'
Tried to install that package directly but no luck
venv says python 3.10.17. Same on 3.12.
Windows 11, followed all recommended steps exactly.
The text was updated successfully, but these errors were encountered:
Checked out repo
Used uv to setup virtual environment
installed dependencies
tried to run python examples/run.py
Error:
Traceback (most recent call last):
File "C:\source\repos\owl\examples\run.py", line 32, in
from owl.utils import run_society, DocumentProcessingToolkit
File "C:\source\repos\owl\owl\utils_init_.py", line 23, in
from .document_toolkit import DocumentProcessingToolkit
File "C:\source\repos\owl\owl\utils\document_toolkit.py", line 30, in
import xmltodict
ModuleNotFoundError: No module named 'xmltodict'
Tried to install that package directly but no luck
venv says python 3.10.17. Same on 3.12.
Windows 11, followed all recommended steps exactly.
The text was updated successfully, but these errors were encountered: