Skip to content
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

Python ver #42

Open
giovannip7 opened this issue May 22, 2023 · 3 comments
Open

Python ver #42

giovannip7 opened this issue May 22, 2023 · 3 comments

Comments

@giovannip7
Copy link

Which python version is currently supported? Does the related pkg requirements need some change too?

@MX-boop
Copy link

MX-boop commented May 24, 2023

I believe the python version is 3.5.2. The repo appears to use the NumPY and Theano python modules. These are not included in the default version of PIP.

To install them run the commands:
pip install numpy
pip install theano

Thanks

@giovannip7
Copy link
Author

Sure, but which specific versions do we need from numpy and theano? E.g. numpy 1.23.5 is supported only for python 3.8 or greater (or sth similar, but for sure not for 3.5.2)

@MX-boop
Copy link

MX-boop commented Jun 15, 2023

You could try installing the highest available version for the librarys and then running the test.py file, then tweaking the libary versions till it works. Unfortunately python 3.5.2 has reached end-of-life support for pip, this might make installing the appropriate library versions a bit challenging. If this comes up, you could try to run the code using a newer version of python that still support the latest version of pip.

Have a great day :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants