-
Notifications
You must be signed in to change notification settings - Fork 35
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
DSW部署motionagent时,报错。真的很想使用motionagent,我浏览了一下b站有很多人出现类似问题,是否可以解答一下,感激不尽! #9
Comments
报错位置 |
补充 |
补充: |
我也遇到了类似的问题,先pip install autocraft成功后,继续pip3 install -r requirements.txt,但还是出现一样的错误。。。 |
怎么样 运行算力要求高吗?使用稳定吗? |
我按照你说的解决了环境问题,最后网络连接不上,你有遇到吗?运行app之后,显示连接失败,具体如下: Please check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps:
|
我已经可以打开链接进行操作了,但是输入文本之后屏幕显示erro,后台终端显示:ImportError: This modeling file requires the following packages that were not found in your environment: tiktoken. Run |
不知道你现在解决了没有,我没有遇到这个tiktoken的问题。可以尝试使用pip install 或者 conda install 多安装几次。 |
我也遇到了这个问题,楼主搞好了吗 |
问题如下:
步骤:motionagent# pip3 install -r requirements.txt中
报错内容:
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-5wqbzv4h/audiocraft_a3fa9fee14b4408daf5895e606fd4ca3/setup.py", line 19, in
REQUIRED = [i.strip() for i in open("requirements.txt")]
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
十分感谢开发者能推出该项目,希望以后自己可以成为忠实粉丝,谢谢!
The text was updated successfully, but these errors were encountered: