Building Issues #234
-
|
Hey @rpreen ! I really like your library/package/installation :). I have used it by now in several of my publications. However, if I try to install the package using pip in a virtual environment python always bickers about the following """xcsf/init.py", line 1, in I assume that the installation process fails somehow. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
If you're trying to build a wheel are you building it with the python -m venv .venv
source .venv/bin/activate
pip install . |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick response. Beforehand, I tried to combine it with uv and that seemingly broke something.. |
Beta Was this translation helpful? Give feedback.
-
|
Cool, no problem! |
Beta Was this translation helpful? Give feedback.
If you're trying to build a wheel are you building it with the
setup.pylike the following from the project root (not build folder)?