Need help with python/pycharm install Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
2ant
Gnoblar
Posts: 13
Joined: Wed Jan 25, 2023 2:20 pm

Need help with python/pycharm install

Post by 2ant »

Hi, i'm using pycharm and would like to install Ogre.

When i try to install it with the package manager i get this :

Image

And when i try to download the .whl and install it with "PS I:\Python\3.11> pip install C:\Users\XXXX\Downloads\ogre_python-13.6.1-cp310-cp310-win_amd64.whl"

I get this error :
ERROR: ogre_python-13.6.1-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.

I am a beginner and don't know what to do.

paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Need help with python/pycharm install

Post by paroj »

use python 3.10

2ant
Gnoblar
Posts: 13
Joined: Wed Jan 25, 2023 2:20 pm

Re: Need help with python/pycharm install

Post by 2ant »

Thank you @paroj, i managed to make the numpy example work.

Now i have a problem of ressource loading that i will put in a separte thread.

Post Reply