Skip to content
Snippets Groups Projects
Commit b56cb3c4 authored by Blaise Li's avatar Blaise Li
Browse files

PEP 518 build isolation fails.

Cython and pysam have to be installed beforehand.

https://github.com/pypa/setuptools/issues/1405#issuecomment-409663455
parent 84f40977
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/usr/bin/env python3 setup.py build_ext
# .egg-link does not work with PYTHONPATH ?
/usr/bin/env python3 -m pip install -e .
/usr/bin/env python3 -m pip install --no-deps --ignore-installed .
# https://github.com/pypa/setuptools/issues/1405#issuecomment-409663455
/usr/bin/env python3 -m pip install --no-build-isolation -e .
/usr/bin/env python3 -m pip install --no-build-isolation --no-deps --ignore-installed .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment