File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -193,19 +193,19 @@ If importing cx_Oracle fails:
193193 - Do you get the error "``DPI-1047: Oracle Client library cannot be
194194 loaded ``"?
195195
196- - Check the ``PATH `` environment variable on Windows . Ensure that you
196+ - On Windows, check the ``PATH `` environment variable. Ensure that you
197197 have restarted your command prompt if you have modified environment
198198 variables.
199- - Check the ``LD_LIBRARY_PATH `` environment variable on Linux.
199+ - On Windows, check that the correct `Windows Redistributables
200+ <https://oracle.github.io/odpi/doc/installation.html#windows> `__ have
201+ been installed.
202+ - On Linux, check the ``LD_LIBRARY_PATH `` environment variable.
200203 - On macOS, make sure Oracle Instant Client is in ``~/lib `` or
201204 ``/usr/local/lib `` and that you are not using the bundled Python (use
202205 `Homebrew <https://brew.sh >`__ or `Python.org
203206 <https://www.python.org/downloads> `__ instead).
204207 - Check that Python, cx_Oracle and your Oracle Client libraries are all
205208 64-bit or all 32-bit.
206- - on Windows, check that the correct `Windows Redistributables
207- <https://oracle.github.io/odpi/doc/installation.html#windows> `__ have
208- been installed.
209209
210210 - If you have both Python 2 and 3 installed, make sure you are
211211 using the correct python and pip (or python3 and pip3)
You can’t perform that action at this time.
0 commit comments