Changes between Version 46 and Version 47 of pyrunner


Ignore:
Timestamp:
09/10/24 10:17:41 (7 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v46 v47  
    88
    99=== Network
    10 PyRunner in many cases is dependent on the network, because most systems will use pip to install 3rd party libraries, even for fundamental things like wheel for installation support or plum for implementing method overloading. Python does not have a caching mechanism nor a build-with-dependencies.
     10PyRunner in many cases is dependent on the network, because most systems will use pip to install 3rd party libraries, even for fundamental things like wheel for installation support or plum for implementing method overloading. Python (pip) may cache some dependencies but cached data may expire any time.
    1111
    1212=== Preparing Python