Closed rwood-97 closed 10 months ago
We set up our project using the template but had Module not found error when trying to import. Here is commit after set up: https://github.com/alan-turing-institute/github-analyser/commit/5d8958268b8c010199a05c5f7c5063516274a6c4
Module not found
To fix, we removed the hatch part (#5) from our pyproject.toml and also renamed our project folder to have an underscore not hyphen. Here is commit to fix import issue: https://github.com/alan-turing-institute/github-analyser/commit/b98ef0a2380358905101aa301558cdfc8030b553
We think this should be pip_name (i.e. with underscores) not project_name (i.e. with hyphen).
pip_name
project_name
We set up our project using the template but had
Module not found
error when trying to import. Here is commit after set up: https://github.com/alan-turing-institute/github-analyser/commit/5d8958268b8c010199a05c5f7c5063516274a6c4To fix, we removed the hatch part (#5) from our pyproject.toml and also renamed our project folder to have an underscore not hyphen. Here is commit to fix import issue: https://github.com/alan-turing-institute/github-analyser/commit/b98ef0a2380358905101aa301558cdfc8030b553
We think this should be
pip_name
(i.e. with underscores) notproject_name
(i.e. with hyphen).