Skip to content

Commit

Permalink
docs: binary packages support limited Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 18, 2024
1 parent b028bbd commit f596a60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ They have EPICS 3.14.12.8 libraries statically builtin. Make sure you have `pip
> C:\Python27\Scripts\pip.exe install pcaspy :: Windows


.. note:: On Windows, if you see error message "The program can't start because MSVCRxxx.dll is missing from your computer." when importing pcaspy, you might need to install the proper `Visual C++ Redistributable <https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads>`_.
.. note::
* The binary packages are built by CI/CD at the release time. The supported Python versions are up to the most recent release at that time point.
That means newer Python released after that point will not have binary packages. In that case please build from source, or stay with an older Python
or raise an issue to request a new build.
* On Windows, if you see error message "The program can't start because MSVCRxxx.dll is missing from your computer." when importing pcaspy,
you might need to install the proper `Visual C++ Redistributable <https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads>`_.

Source
------
Expand Down

0 comments on commit f596a60

Please sign in to comment.