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
Hi,
I've been trying to create a virtual environment with python 3.6 and install the requirements via pip. Unfortunately, for some packages the required version cannot be found (e.g. onnxruntime==1.2.0, onnx_simplifier==0.2.7, gurobipy==5.0.2) or cannot be installed with python 3 (e.g. cdd==0.1.12, setGPU==0.0.7, waitGPU==0.0.3 ). The letter I was able to install in a venv with python 2.7.
Hence I was wondering, with which python version has the setup been tested. And can you please recommend what to do with outdated packages? Install later versions?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
Thanks for your interest in this tool. The tool is tested executable on Python 3.6, and should be executable on higher Python versions. I just tested and onnxruntime==1.2.0 works on my environment. Maybe you can try to update pip?
Hi,
I've been trying to create a virtual environment with python 3.6 and install the requirements via pip. Unfortunately, for some packages the required version cannot be found (e.g. onnxruntime==1.2.0, onnx_simplifier==0.2.7, gurobipy==5.0.2) or cannot be installed with python 3 (e.g. cdd==0.1.12, setGPU==0.0.7, waitGPU==0.0.3 ). The letter I was able to install in a venv with python 2.7.
Hence I was wondering, with which python version has the setup been tested. And can you please recommend what to do with outdated packages? Install later versions?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: