我正在学习并遵循此处提供的代码:https://github.com/justinsalamon/skm
在文件'setup.py'中,我不断收到这样的错误:
An exception has occurred, use %tb to see the full traceback.
SystemExit: usage: ipykernel_launcher.py [global_opts] cmd1 [cmd1_opts]
[cmd2 [cmd2_opts] ...]
or: ipykernel_launcher.py --help [cmd1 cmd2 ...]
or: ipykernel_launcher.py --help-commands
or: ipykernel_launcher.py cmd --help
error: option -f not recognized
我无法导入“ skm”,有人可以帮我吗?非常感谢。