Charles on Nostr: npub1rlwez…l5gj4 It would appear that the directory containing chess_coverage/ (the ...
npub1rlwez9tg33hjklqza9xlydsldkmt5mu6nclt4dxm4uszcw7wx0qq0l5gj4 (npub1rlw…5gj4)
It would appear that the directory containing chess_coverage/ (the actual module dir, not the project dir) isn't in the module search path of whatever Python you're using. Maybe the one you're running is not actually the one from the virtual environment?
Also, I haven't used hatch. When you declare modules, do you actually have to give `project_dir/module_dir` in the config in pyproject.toml? I would have though you'd just provide `module_dir`.
It would appear that the directory containing chess_coverage/ (the actual module dir, not the project dir) isn't in the module search path of whatever Python you're using. Maybe the one you're running is not actually the one from the virtual environment?
Also, I haven't used hatch. When you declare modules, do you actually have to give `project_dir/module_dir` in the config in pyproject.toml? I would have though you'd just provide `module_dir`.