Re: [sympy] physics.units - dimensional analysis/non-dimensionalization addition

2021-01-21 Thread Aaron Meurer
The people who work more closely with the units module should also weigh in, but this looks like it would be useful. I would suggest opening an issue to discuss this. Aaron Meurer On Thu, Jan 21, 2021 at 1:18 PM Christoph Heindl wrote: > > Hey! > > I have developed a prototype Python package tha

Re: [sympy] Query about tkinter

2021-01-21 Thread Oscar Benjamin
There is not usually any problem installing common packages like matplotlib with pip any more. Perhaps this is related to the problems with the recent numpy release on Windows. On Thu, 21 Jan 2021 at 19:51, Aaron Meurer wrote: > > My general recommendation for these packaging problems is to use >

[sympy] physics.units - dimensional analysis/non-dimensionalization addition

2021-01-21 Thread Christoph Heindl
Hey! I have developed a prototype Python package that deals with physical dimensional analysis: https://github.com/cheind/sympy-nondim In particular, sympy-nondim calculates from an unknown relation of (dimensional) variables, a new relation of (usually fewer) dimensionless variables. Whil

Re: [sympy] Query about tkinter

2021-01-21 Thread Aaron Meurer
My general recommendation for these packaging problems is to use Anaconda/conda-forge, especially if you are on Windows. Aaron Meurer On Thu, Jan 21, 2021 at 10:40 AM David Bailey wrote: > > On 20/01/2021 13:54, Oscar Benjamin wrote: > > I think David is using Windows so that apt-get command whi

Re: [sympy] Query about tkinter

2021-01-21 Thread David Bailey
On 20/01/2021 13:54, Oscar Benjamin wrote: I think David is using Windows so that apt-get command which is for Debian Linux can not be used. David I thought that the standard Python installers for Windows would mean that you had tkinter installed. I don't think you can install it with pip becaus