PyPathway icon indicating copy to clipboard operation
PyPathway copied to clipboard

Allow installing into an empty virtualenv

Open ecederstrand opened this issue 4 years ago • 1 comments

This moves the import of numpy into a custom build_ext command so we can:

  • postpone the import of numpy to a time where setuptools has had a chance to install it
  • record the build dependency in setup_requires so it's installed and and removed again automatically

Fixes #2

ecederstrand avatar Nov 11 '20 13:11 ecederstrand

@iseekwonderful Ping?

ecederstrand avatar Jun 08 '21 13:06 ecederstrand

No longer using this package. Closing.

ecederstrand avatar Oct 18 '24 08:10 ecederstrand