Giter Club home page Giter Club logo

Comments (3)

fangohr avatar fangohr commented on August 16, 2024

There isn’t much context given but it looks like you are missing the Python module ‘six’. Try

pip install six

from fidimag.

zzzmx-josh avatar zzzmx-josh commented on August 16, 2024

Thank you very much. After installing six, it gives the following errors:

  1. make build:
    lib/python3.10/site-packages/setuptools/dist.py:543: UserWarning: The version specified ('3.Xa') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
    warnings.warn(
  2. make test:
    /bin/sh: line 1: 26179 Segmentation fault (core dumped) python3 -m pytest -v -m "not slow and not run_oommf"
    make: *** [test] Error 139

wish to solve these problems. �

from fidimag.

mvousden avatar mvousden commented on August 16, 2024

(posting because I've seen this error on a different project, so I may be of value. Caveat emptor: I'm not very closely involved with Fidimag at present)

I reckon that this issue is related to the version of Python you are using - can you explain more about how you installed Python?

If you're not sure, could you help diagnose by running the following in your Python shell, and putting the output here?

import platform
platform.platform()  # Underlying distribution and OS
platform.python_version() 
platform.python_implementation()

If you're not already, I recommend against using your system Python (system Python = operating system level Python installation, e.g. retrieved with apt install) for this project, and instead use an alternative deployment mechanism (e.g. conda 1 or virtualenv 2), though YMMV.

from fidimag.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.