mirror of https://github.com/pyodide/pyodide.git
![]() This is needed to finish getting numpy tests working. It won't work for packages that need shared libraries without some extra intervention. ryanking's work in #3234 would help to fix this. pip install scipy makes the command line runner extremely slow. Without scipy installed, python -c 'print(1)' runs in about 1 second, but with it installed it takes more like 10 seconds (time to load clapack_all.so and 111 different .so files in scipy, totaling 20 megabytes). We have to load all of this despite the fact that we won't use any of it. |
||
---|---|---|
.. | ||
__init__.py | ||
build.py | ||
utils.py | ||
venv.py |