Skip to content
New issue

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

Which python version is supposed to be used #8

Open
mashaWithoutBear opened this issue Oct 5, 2021 · 1 comment
Open

Which python version is supposed to be used #8

mashaWithoutBear opened this issue Oct 5, 2021 · 1 comment

Comments

@mashaWithoutBear
Copy link

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!

@llylly
Copy link
Member

llylly commented Oct 19, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants