PKU-MARL / Multi-Agent-Transformer

339 stars 72 forks source link

Python Version #22

Open saptab opened 11 months ago

saptab commented 11 months ago

What python version are you using?

pip install -r requirements.txt is not supporting below python 3.9

When I run pip install -r requirements.txt on PYTHON 3.9, I get the following errors

ERROR: Could not find a version that satisfies the requirement tensorboard-plugin-wit==1.6.0 (from versions: 1.6.0.post2, 1.6.0.post3, 1.7.0, 1.8.0, 1.8.1) ERROR: No matching distribution found for tensorboard-plugin-wit==1.6.0

When I run pip install -r requirements.txt on PYTHON 3.10 and PYTHON 3.11, I get the following errors

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.1 (from versions: 1.3.6) ERROR: No matching distribution found for mkl-fft==1.3.1

Please guide about your specific python version

jeffreyyyyyyyyy commented 10 months ago

What python version are you using?

pip install -r requirements.txt is not supporting below python 3.9

When I run pip install -r requirements.txt on PYTHON 3.9, I get the following errors

ERROR: Could not find a version that satisfies the requirement tensorboard-plugin-wit==1.6.0 (from versions: 1.6.0.post2, 1.6.0.post3, 1.7.0, 1.8.0, 1.8.1) ERROR: No matching distribution found for tensorboard-plugin-wit==1.6.0

When I run pip install -r requirements.txt on PYTHON 3.10 and PYTHON 3.11, I get the following errors

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.1 (from versions: 1.3.6) ERROR: No matching distribution found for mkl-fft==1.3.1

Please guide about your specific python version

same question, have you solved it ?

morning9393 commented 10 months ago

hiya, thank you for your attention~

I just checked it, we use Python 3.7.11 when submitting this repo~

hoping it might help you~

Gamelife311 commented 7 months ago

What python version are you using? pip install -r requirements.txt is not supporting below python 3.9 When I run pip install -r requirements.txt on PYTHON 3.9, I get the following errors ERROR: Could not find a version that satisfies the requirement tensorboard-plugin-wit==1.6.0 (from versions: 1.6.0.post2, 1.6.0.post3, 1.7.0, 1.8.0, 1.8.1) ERROR: No matching distribution found for tensorboard-plugin-wit==1.6.0 When I run pip install -r requirements.txt on PYTHON 3.10 and PYTHON 3.11, I get the following errors ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.1 (from versions: 1.3.6) ERROR: No matching distribution found for mkl-fft==1.3.1 Please guide about your specific python version

same question, have you solved it ?

hi,have you solved it ?

Gamelife311 commented 7 months ago

same question, have you solved it ?

same question, have you solved it ? I have also tried python 3.7.11

Gamelife311 commented 7 months ago

hiya, thank you for your attention~

I just checked it, we use Python 3.7.11 when submitting this repo~

hoping it might help you~

Hello, I tried PYTHON 3.7.11 and PYTHON 3.8 and PYTHON 3.9 but it didn't work