Code Monkey home page Code Monkey logo

Comments (2)

maqifrnswa avatar maqifrnswa commented on July 3, 2024

Hi - I'm back working on this - will check it out, and a new release is coming! There was some problems when matplotlib moved from qt4 to qt5 by default, but I've fixed those at least, so this might be fixed as well.

from scimpy.

maqifrnswa avatar maqifrnswa commented on July 3, 2024

Checked out in 16.10:

~/scimpy/installtest/scimpy$` sudo python3 setup.py install
[sudo] password for showard: 
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'windows'
  warnings.warn(msg)
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requries'
  warnings.warn(msg)
running install
running bdist_egg
running egg_info
creating scimpy.egg-info
writing dependency_links to scimpy.egg-info/dependency_links.txt
writing top-level names to scimpy.egg-info/top_level.txt
writing scimpy.egg-info/PKG-INFO
writing entry points to scimpy.egg-info/entry_points.txt
writing manifest file 'scimpy.egg-info/SOURCES.txt'
reading manifest file 'scimpy.egg-info/SOURCES.txt'
writing manifest file 'scimpy.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/scimpy
copying scimpy/impfitterui.py -> build/lib/scimpy
copying scimpy/speakermodel.py -> build/lib/scimpy
copying scimpy/speakertest.py -> build/lib/scimpy
copying scimpy/speakermodelui.py -> build/lib/scimpy
copying scimpy/scimpyui.py -> build/lib/scimpy
copying scimpy/__init__.py -> build/lib/scimpy
copying scimpy/imptesterui.py -> build/lib/scimpy
copying scimpy/progressmodal.py -> build/lib/scimpy
copying scimpy/centralplotui.py -> build/lib/scimpy
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/impfitterui.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/speakermodel.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/speakertest.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/speakermodelui.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/scimpyui.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/__init__.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/imptesterui.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/progressmodal.py -> build/bdist.linux-x86_64/egg/scimpy
copying build/lib/scimpy/centralplotui.py -> build/bdist.linux-x86_64/egg/scimpy
byte-compiling build/bdist.linux-x86_64/egg/scimpy/impfitterui.py to impfitterui.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/speakermodel.py to speakermodel.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/speakertest.py to speakertest.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/speakermodelui.py to speakermodelui.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/scimpyui.py to scimpyui.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/imptesterui.py to imptesterui.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/progressmodal.py to progressmodal.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/scimpy/centralplotui.py to centralplotui.cpython-35.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying scimpy.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying scimpy.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying scimpy.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying scimpy.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying scimpy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/scimpy-0.0.dev0-py3.5.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing scimpy-0.0.dev0-py3.5.egg
Copying scimpy-0.0.dev0-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding scimpy 0.0.dev0 to easy-install.pth file
Installing scimpy script to /usr/local/bin

Installed /usr/local/lib/python3.5/dist-packages/scimpy-0.0.dev0-py3.5.egg
Processing dependencies for scimpy==0.0.dev0
Finished processing dependencies for scimpy==0.0.dev0

Do you know if this is still a problem?

from scimpy.

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.