We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/MyProjects/taichi-ngp-renderer$ python3 -m pip install -r requirement.txt ERROR: Could not find a version that satisfies the requirement taichi>=1.2.0 (from versions: 0.7.13, 0.7.14, 0.7.15, 0.7.16, 0.7.17, 0.7.18, 0.7.19, 0.7.20, 0.7.21, 0.7.22, 0.7.23, 0.7.24, 0.7.25, 0.7.26, 0.7.28, 0.7.29, 0.7.30, 0.7.31, 0.7.32, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.8.9, 0.8.10, 0.8.11, 0.9.0, 0.9.1, 0.9.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4) ERROR: No matching distribution found for taichi>=1.2.0
My python version is 3.6.13
My pip version is 21.0.1
The text was updated successfully, but these errors were encountered:
Problem solved by using python3.9, i find that this project uses "shared_memory" in multiprocessing, so python version should at least >= 3.8
Sorry, something went wrong.
No branches or pull requests
My python version is 3.6.13
My pip version is 21.0.1
The text was updated successfully, but these errors were encountered: