install problem #1317
install problem
#1317
Replies: 2 comments
-
I see it is installed by uv, is it can only be used through a virtual environment? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is possible to install freud from source on Windows, though it is very challenging. I recommend that Windows users install the package from conda-forge using micromamba, mamba, or conda. We always test freud builds in virtual environments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I install freud through
pip install freud-analysis
, but when I import it,ImportError: DLL load failed while importing _box:
happens, The computer I am using is Windows 10, and the Python version is 3.12I have already installed numpy CMake tbb nanobind and scikit-build-core before,the system also has microsoft visual C++ 2015-2022 Redistributable(x64) or C++ Compiler( I am not sure which one is right). It still cannot works
Beta Was this translation helpful? Give feedback.
All reactions