Ian Lumsden

Results 37 comments of Ian Lumsden

Hi @Jokeren. Sorry for not responding. I was in the process of relocating to Livermore for the summer. The changes in this PR should not be necessary to add Cython....

@Jokeren can you try adding the `--use-pep517` flag to your `pip install` command?

@Jokeren sorry for the delay, but I might have an idea as to why Cython's not getting installed. Can you try running with both the `--use-pep517` and the `--check-build-dependencies` flags?

I've finally managed to reproduce the issue, but, given the cause, I think it's fair to say that this is not a bug in Hatchet. The issue was encountered when...

Of course. Happy to help! I also wanted to share this @Jokeren: https://github.com/pypa/pip/issues/11440 Apparently, there is planned feature for `pip` to allow users to just build install or build dependencies...

Actually, @Jokeren, it sounds like that `pip` feature may be delayed. It sounds like any implementation of that feature will be dependent on the in-progress [PEP 735](https://peps.python.org/pep-0735/)

Since removing `--no-build-isolation` seems to have fixed the issue in Triton, I'm going to go ahead and close this.

This would be an easy task if we were to decide to go through with #20

Originally from hatchet/hatchet on May 18, 2021 I might wait until https://github.com/hatchet/hatchet/pull/377 is merged before marking this PR ready-for-review. This PR adds some global configuration type data to all the...

Originally from May 22, 2021: Implementation and testing is now complete. This PR depends on https://github.com/hatchet/hatchet/pull/272, so it definitely shouldn't be reviewed or merged until https://github.com/hatchet/hatchet/pull/272 is merged. I also...