报错代码的最后内容如下:
Could not find .egg-info directory in install record for pyyaml (from qingchat)
Running setup.py install for docopt
Could not find .egg-info directory in install record for docopt (from qingchat)
requires=[
'requests',
'pyyaml',
'flask',
'docopt',
],
install_requires=[
'docopt',
'pyyaml',
'requests',
],
python3 setup.py sdist bdist_wheel upload
请问我是什么地方弄错了么?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
ringa_lee