Question Jonathan Earnest · Jan 13, 2023

Issue installing wheel python package - "looks like a filename, but the file does not exist"

I'm trying to get started with IRIS for Health but every time I got to a step that asks me to install a .whl-package I cant continue. I'm getting an error that the file does not exist.

Here is the complete error message:

PS C:\Users\x\GIT\quickstarts-multimodel-python> pip install nativeAPI_wheel\irisnative-1.0.0-cp39-cp39m-win_amd64.whl    
WARNING: Requirement 'nativeAPI_wheel\\irisnative-1.0.0-cp39-cp39m-win_amd64.whl' looks like a filename, but the file does not exist
ERROR: irisnative-1.0.0-cp39-cp39m-win_amd64.whl is not a supported wheel on this platform.

Am I doing something wrong?

 

Kind regards

Comments

Dmitry Maslennikov · Jan 13, 2023

I've removed your images, with broken urls, could you update post with an error, you get

and command you use

0
Jonathan Earnest  Jan 13, 2023 to Dmitry Maslennikov

I updated my post and added the error. Thank you

0
Dmitry Maslennikov  Jan 13, 2023 to Jonathan Earnest

So, actually I have no idea why this file is there, but it's something else, there should be another file like intersystems_irispython-3.2.0-py3-none-any.whl, and it should be installable

0
Jonathan Earnest  Jan 13, 2023 to Dmitry Maslennikov

Is it possible to browse existing files?

0
Jonathan Earnest  Jan 16, 2023 to Dmitry Maslennikov

I'm not sure I understand your answer.
How would you suggest I solve my problem? Any idea what I could try?

0
Guillaume Rongier · Jan 16, 2023

My guess is that you try to use some outdated nativeapi drivers. https://github.com/intersystems/quickstarts-multimodel-python <- outdate more than 3 years old I encourage you to use this git for drivers : https://github.com/intersystems-community/iris-driver-distribution

If you are looking for python expérience on IRIS have a look at those git :

BTW : a more complete DB-API and SQL Alchemy support is under development

0