We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of OR-Tools and what language are you using? Version: main Language: Python
What operating system (Linux, Windows, ...) and version? This problem happens only on windows.
What did you do? Just import ortools
import ortools
What did you expect to see No output
What did you see instead? Some prints (I suppose for debug purpose) executed by the _load_ortools_libs in the ortools.__init__ module.
_load_ortools_libs
ortools.__init__
For example:
load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\zlib1.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\abseil_dll.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\utf8_validity.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\re2.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\libprotobuf.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\highs.dll... load C:\Users\CantonDavide\miniconda3\envs\mamba3.11\Lib\site-packages\ortools\.libs\ortools.dll...
The text was updated successfully, but these errors were encountered:
seems like it was added in e670dcc
Sorry, something went wrong.
or-tools/ortools/python/__init__.py.in
Line 61 in 6c81f11
On my way to replace it by logger.debug() from logging... ref: https://docs.python.org/3/library/logging.html
logger.debug()
logging
Mizux
No branches or pull requests
What version of OR-Tools and what language are you using?
Version: main
Language: Python
What operating system (Linux, Windows, ...) and version?
This problem happens only on windows.
What did you do?
Just
import ortools
What did you expect to see
No output
What did you see instead?
Some prints (I suppose for debug purpose) executed by the
_load_ortools_libs
in theortools.__init__
module.For example:
The text was updated successfully, but these errors were encountered: