sytang-astro
sytang-astro
i am not sure what was happening, but maybe try to do with the source install.
Ok, looks like this might be a bug for any installation with `pip` now... weird... I tried the source install with `python -m pip install -e .` and get the...
Oops, sorry, found the solution at [https://github.com/actions/setup-python/issues/165](https://github.com/actions/setup-python/issues/165) looks like we just need to update the `setuptools` package... @ayozeah try to do `conda update setuptools ` if you are using conda
Hi @HyderPang , Thank you for reporting this. In #32 fix, i patched this error for Linux and Mac OS but forgot Windows... I made a PR, #43 , to...
Great! But, i am not sure what will be the best way to implement the installation of pkg from other git repo. Also, this section of code in setup.py [line...