Closed SandeepThokala closed 1 year ago
Platform description: Windows 11, Python 3.10.7, HexSE 0.0.1
Issues while running '.\hexse\run_simulation.py'
Error message: ImportError: attempted relative import with no known parent package
ImportError: attempted relative import with no known parent package
Fixed the import statements in run_simulation.py by making the following changes
Import error in '.\hexse\settings__init__.py' while running '.\hexse\run_simulation.py'
Error message ImportError: attempted relative import beyond top-level package
ImportError: attempted relative import beyond top-level package
Fixed the issue by making the following changes in '.\hexse\settings__init__.py'
GitHub Markdown can recognize and highlight diff text:
- from .sequence_info + from sequence_info
Platform description: Windows 11, Python 3.10.7, HexSE 0.0.1
Issues while running '.\hexse\run_simulation.py'
Error message:
ImportError: attempted relative import with no known parent package
Fixed the import statements in run_simulation.py by making the following changes
Import error in '.\hexse\settings__init__.py' while running '.\hexse\run_simulation.py'
Error message
ImportError: attempted relative import beyond top-level package
Fixed the issue by making the following changes in '.\hexse\settings__init__.py'