14, in <module>TypeError: _isdir: path should be string, bytes or os.PathLikeTypeError: chdir: path should be string, bytes or os.PathLike, not NoneType
Process finished with exit
在docker容器中运行makemigration命令导致了这个错误,有谁能帮我找出问题所在吗?utils.py", line 611, in open_for_read_by_nameTypeError: expected str, bytes or os.PathLikeobject, not NoneType
我正在从sqlite3数据库中读取并筛选出NoneType,因为我只需要而不是 None的值。我尝试了两种建议的方法,结果都是一样的。这使我认为下面的if-语句是正确的,但我遗漏了一些更基本的东西。c.execute("SELECT tact FROM LineOEE03 ORDER BY tact DESC LIMIT 1")NoneTypenot None:
current_tact
我知道我需要Python3.9并安装pipenv,然后给出以下说明:TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType我创建了一个空文本文件,复制并粘贴了内容,并得到了相同的错误。.