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

Can't import imufusion #3

Closed
IKetchup opened this issue Apr 11, 2022 · 5 comments
Closed

Can't import imufusion #3

IKetchup opened this issue Apr 11, 2022 · 5 comments

Comments

@IKetchup
Copy link

IKetchup commented Apr 11, 2022

hello,

When importing imufusion in my code i get the following error :

import imufusion
ImportError: numpy.core.multiarray failed to import

Did you already encounter this problem or do you have an idea of how to fix it?

@IKetchup IKetchup changed the title Can't import imufusion Can't iinstall imufusion Apr 11, 2022
@IKetchup IKetchup changed the title Can't iinstall imufusion Can't install imufusion Apr 11, 2022
@IKetchup IKetchup changed the title Can't install imufusion Can't import imufusion Apr 13, 2022
@maynardephd
Copy link

More specifically, the error is:

RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe

I've upgraded to numpy 1.22.3 but I still get this error.

@xioTechnologies
Copy link
Owner

The CI confirms that the Python package installs and runs for all tested OSs and Python versions.

If you are having issues installing the package then please update Python and NumPy to the latest versions. If you have multiple versions installed then you must make sure you are running the intended version. If you are still unable to install the Python package then please share all of the following so that we can look into it.

  • Error message
  • OS (inc. version)
  • Python version
  • NumPy version

@IKetchup
Copy link
Author

@maynardephd I managed to install imufusion.

I created a new conda environement with python 3.9 (on windows 10)

  • Install numpy 1.22.3
  • install imufusion

@maynardephd
Copy link

Error message: RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
I am running on Windows 10
Python version 3.10.2 using the WinPython distro
numpy 1.22.3

I will try an anaconda install and see how that does.

@limited-fion
Copy link

I couldn't install the python package too.

Error message:

pip install imufusion
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement imufusion
ERROR: No matching distribution found for imufusion

OS Version:

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Python version: 3.9.2
Numpy version: 1.24.2

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

4 participants