GithubHelp home page GithubHelp logo

Comments (3)

chiahaoliu avatar chiahaoliu commented on June 20, 2024

or submit an issue to pyFAI could be a better solution too.

from pyfai-feedstock.

CJ-Wright avatar CJ-Wright commented on June 20, 2024

@chiahaoliu Thank you for reporting!

It seems that the error is coming from here.

pyFAI seems to have support for Qt4, Qt6 and PySide so this should work?

Can you post the output of the following is?

if 'PySide' in sys.modules:
    BINDING = 'PySide'

elif 'PyQt5' in sys.modules:
    BINDING = 'PyQt5'

elif 'PyQt4' in sys.modules:
    BINDING = 'PyQt4'
print(BINDING)

from pyfai-feedstock.

chiahaoliu avatar chiahaoliu commented on June 20, 2024

That error seems related to my unclean local environment in both OSX and Linux and it's not reproducible in separate environments

My final test was on an environment with following package management steps:

conda create -n sandbox ipython python=3 numpy scipy
source activate sandbox
conda install pyqt=4
conda install pyfai  # this force qt upgrade to 5
python -m pyFAI.calibration  # pass

conda install pyqt=4 # force downgrade
python -m pyFAI.calibration  # pass, pyfai works with both qt4 and qt5

from pyfai-feedstock.

Related Issues (10)

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.