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

Error on fresh checkout #482

Closed
patrickd77-eng opened this issue Apr 12, 2025 · 1 comment
Closed

Error on fresh checkout #482

patrickd77-eng opened this issue Apr 12, 2025 · 1 comment

Comments

@patrickd77-eng
Copy link

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.

@Wendong-Fan
Copy link
Member

thanks @patrickd77-eng for reporting this issue, just fixed in 555d382, please try with latest code

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