-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PYPI project is not updated #8477
Comments
Taichi 1.7 is the latest release on both. https://github.com/taichi-dev/taichi/releases pip install git+https://github... builds a development version from source. However other code hosting services are available too. Even non-git ones. Pypi doesn't check every possible location a project could host its source code. |
But It Does not Support pyhton version 3.12. but git one dose. pip install taichi
> ERROR: Could not find a version that satisfies the requirement taichi (from versions: none)
> ERROR: No matching distribution found for taichi
|
We won't support 3.12 until PyTorch reached it... Otherwise our CI tests simply won't pass |
git+... version supports the python3.12 but the pypi hosted version do not. |
Presumably the git+ version is not a supported release, but the in-development version, that can't pass the CI tests until PyTorch is updated. |
@JamesParrott pytorch already supports python 3.12, so I guess the next version of taichi would support it as well? Any idea when it is going to be available? |
I haven't the faintest idea. But to make it happen, you could run the Python 3.12 tests the devs mentioned, that were waiting on PyTorch. #8365 It looks like they're very nearly there, there're just a couple of little issues to sort out on Apple M1 (int 32 overflows).
https://github.com/taichi-dev/taichi/actions/runs/9571475701/job/26388688466 |
We are fixing some of the last bugs with Python 3.12 and numpy 2.0, I think for most of the x86 platforms we are building 3.12 wheels for nightly, you can install the nightly for now. The mac os arm64 nightly should be unblocked by #8522 |
How do I install Latest taichi using pypi insted of using pip install git+...
taichi project is not updated on pypi. It is Hard to install it using git+ way for any module.
The text was updated successfully, but these errors were encountered: