no module named 'utils'
when i ran
'''from model import ChessFormerModel'''
the error occurred.
Can you provide utils module? Ty.
Hi @JacklE0niden ,
Thanks for reaching out about this issue. Apologies for the inconvenience this import error has caused.
I can offer two potential solutions for you:
Download utils.py from the GitHub repository:the utils.py file, you can download it directly from the project's GitHub repository.
Use mappings.py instead of utils.py: I've made a change in the code where the import statement 'from utils import ...' has been changed to from 'mappings import ...'. I've also uploaded the mappings.py file. If you pull the latest changes from the repository, this should resolve the import error. Please try pulling the latest code and see if that fixes the issue for you.
Hi @JacklE0niden ,
Thanks for reaching out about this issue. Apologies for the inconvenience this import error has caused.
I can offer two potential solutions for you:
Download utils.py from the GitHub repository:the utils.py file, you can download it directly from the project's GitHub repository.
Use mappings.py instead of utils.py: I've made a change in the code where the import statement 'from utils import ...' has been changed to from 'mappings import ...'. I've also uploaded the mappings.py file. If you pull the latest changes from the repository, this should resolve the import error. Please try pulling the latest code and see if that fixes the issue for you.