shuyanzhou / docprompting

Data and code for "DocPrompting: Generating Code by Retrieving the Docs" @ICLR 2023
Apache License 2.0
232 stars 17 forks source link

Which python version should be used #17

Closed ShiminZhang closed 8 months ago

ShiminZhang commented 8 months ago

Hi,

I was trying to install the envrionment from requirement.txt, but some packages seems not compatible with python3.11. Which version did you use?

Thanks from newbie XD

shuyanzhou commented 8 months ago

Hi,

If I remember correctly, we used python 3.8. Let me know if it works

ShiminZhang commented 8 months ago

Hi,

Thanks for the reply.

None of {3.8 3.9 3.10} works for me when me attempting to install requirements. mkl-fft==1.3.0 requires Python>=3.10, while I keep getting errors when installing astropy==4.2.1 on Python3.10.

anw, I managed to just use my local environment instead of installing the requirement.txt. Don't bother. XD

Thanks~