ChunmingHe / WS-SAM

45 stars 1 forks source link

按照README.md配置环境时出错 #5

Closed Wenjun-Ji closed 2 weeks ago

Wenjun-Ji commented 1 month ago

Note that WS-SAM is only tested on Ubuntu OS with the following environments. Creating a virtual environment in the terminal: conda create -n FEDER python=3.8. Installing necessary packages: pip install -r requirements.txt

以上条件均满足,报错:

(FEDER) root@4e2t57d79ldj6-0:/zhaotingfeng/jiwenjun/WS-SAM# pip install -r requirements.txt ERROR: Invalid requirement: '_libgcc_mutex=0.1=main': Expected package name at the start of dependency specifier _libgcc_mutex=0.1=main ^ (from line 4 of requirements.txt) Hint: = is not a valid operator. Did you mean == ?

作者之前的一篇工作的requirements.txt和这个差不多,issue里也有这个问题,哪个回答里也没有合适的解决方案

ChunmingHe commented 1 month ago

加我微信 15112561951 帮你看下

WenJun Ji @.***> 于2024年10月16日周三 14:20写道:

Note that WS-SAM is only tested on Ubuntu OS with the following environments. Creating a virtual environment in the terminal: conda create -n FEDER python=3.8. Installing necessary packages: pip install -r requirements.txt

以上条件均满足,报错:

(FEDER) @.***:/zhaotingfeng/jiwenjun/WS-SAM# pip install -r requirements.txt ERROR: Invalid requirement: '_libgcc_mutex=0.1=main': Expected package name at the start of dependency specifier _libgcc_mutex=0.1=main ^ (from line 4 of requirements.txt) Hint: = is not a valid operator. Did you mean == ?

你的前一篇工作的requirements.txt和这个差不多,issue里也有这个问题,哪个回答里也没有合适的解决方案

— Reply to this email directly, view it on GitHub https://github.com/ChunmingHe/WS-SAM/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANETWCYCFLPFNMC42647UHLZ3YARRAVCNFSM6AAAAABQAVVDVOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TANZWHA3TQMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Wenjun-Ji commented 2 weeks ago

感谢,已解决

lengendhao commented 1 week ago

我遇到了相同的问题,请问如何解决(哭泣)