-
Notifications
You must be signed in to change notification settings - Fork 481
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
No module named 'encoding'?how to solve it? #130
Comments
c++: 错误:unrecognized command line option ‘-std=c++14’ |
Traceback (most recent call last): |
Have you solved this problem? I had the same problem |
I still can't solve it. This problem still exists. |
I still can't solve it. This problem still exists.
…------------------ 原始邮件 ------------------
发件人: "junfu1115/DANet" ***@***.***>;
发送时间: 2021年5月10日(星期一) 晚上9:16
***@***.***>;
***@***.******@***.***>;
主题: Re: [junfu1115/DANet] No module named 'encoding'?how to solve it? (#130)
Traceback (most recent call last):
File "encoding/datasets/ade20k.py", line 18, in
from .base import BaseDataset
ImportError: attempted relative import with no known parent package
Have you solved this problem? I had the same problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
指定base文件路径 |
@xkhnhms @xinghaoxinghao Hello, have you passed the complete code? Is it convenient to add a contact information? Thank you! |
Traceback (most recent call last):
File "train.py", line 18, in
import encoding.utils as utils
ModuleNotFoundError: No module named 'encoding'
The text was updated successfully, but these errors were encountered: