You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, PyCifRW installation from pip requires either build tools installed or being on windows and python 3.11
Is it possible, to either losen the restrictions - as far as I understand the c-extensions are not required - or provide compiled wheels for multiple systems?
Hi,
currently, PyCifRW installation from pip requires either build tools installed or being on windows and python 3.11
Is it possible, to either losen the restrictions - as far as I understand the c-extensions are not required - or provide compiled wheels for multiple systems?
The latter is extremely easy with github actions. An example for such an action can be found under: https://github.com/CPrescher/xypattern/blob/main/.github/workflows/CD.yml
Best wishes,
Clemens
The text was updated successfully, but these errors were encountered: