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

List of install requirements as 'requirements.txt' #1

Open
sergeicu opened this issue Aug 11, 2022 · 8 comments
Open

List of install requirements as 'requirements.txt' #1

sergeicu opened this issue Aug 11, 2022 · 8 comments

Comments

@sergeicu
Copy link

sergeicu commented Aug 11, 2022

Hi, could you please export a list of install requirements with specific versions?

I had been debugging for some time since python, matplotlib and scipy versions did not match.

@sergeicu
Copy link
Author

e.g.

i had to remove this line in every .py file -
matplotlib.rcParams['text.latex.unicode']=True

as this functionality is deprecated in new matlplotlib versions

@sergeicu
Copy link
Author

Also - 'xrange' is deprecated in python3. It is now called simply 'range'

@sergeicu
Copy link
Author

I am going to push a copy of this repository to my own username, which is compatible with python3 and the more recent versions of matplotlib and scipy.

I created an installation requirements.txt file using pipreqs library also.

Please feel free to git clone and run git diff on the latest commit to see all changes that were made.

@sergeicu
Copy link
Author

@sergeicu
Copy link
Author

Also requires dvipng to be installed (else matplotlib fails) -

on centos -

sudo yum -y install texlive-dvipng

on ubuntu -
sudo apt-get install -y dvipng

@sergeicu
Copy link
Author

I made a pull request to merge changes for python3 compatibility.

@ejcanalesr
Copy link
Owner

ejcanalesr commented Aug 12, 2022 via email

@ejcanalesr
Copy link
Owner

Finally, I merged your changes! Thanks a lot! Erick

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