justpyplot icon indicating copy to clipboard operation
justpyplot copied to clipboard

Improve packaging / Minimum example

Open schmoelder opened this issue 10 months ago • 3 comments

Hi there, your library looks quite promising, however, there seems to be some issues in the packaging / dependencies.

When running the example from the README, I get the following error:


  File ~/code/CADET-Process/untitled5.py:4
    from justpyplot import justpyplot as jplt

  File ~/software/miniforge3/envs/dev/lib/python3.12/site-packages/justpyplot/justpyplot.py:7
    from perf_timer import PerfTimer

ModuleNotFoundError: No module named 'perf_timer'

schmoelder avatar Jan 22 '25 09:01 schmoelder

@bedbad, can I look into this one?

dut-a avatar Feb 18 '25 02:02 dut-a

Yes, please Go ahead

bedbad avatar Feb 18 '25 04:02 bedbad

@schmoelder I've updated the pypi package and documentation. If anyone's having anymore issues with dependencies, would be glad to help

bedbad avatar Feb 26 '25 05:02 bedbad