Coder Social home page Coder Social logo

flixma / mockingbird Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 1.0 283 KB

Easily bulk embed your screenshots in Apple device mockups.

License: GNU General Public License v3.0

Python 100.00%
apple bulk-operation design-tools ios marketing mockup-generator multithreading opencv photoshop python3 screenshots xcode

mockingbird's People

Contributors

flixma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

capesepias

mockingbird's Issues

Importing the multiarray numpy extension module failed

When executing the command

mockingbird --frame ./iPhone 11 Pro.psd --screenshots ./Simulator Screen Shot - iPhone 11 Pro - 2020-05-14 at 14.43.36 copy.png

I get the error

File "/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/__init__.py", line 40, in <module>
    from . import multiarray
  File "/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/multiarray.py", line 13, in <module>
    from . import overrides
  File "/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/overrides.py", line 6, in <module>
    from numpy.core._multiarray_umath import (
ImportError: dlopen(/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so, 2): Symbol not found: _PyBuffer_Type
  Referenced from: /Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so
  Expected in: flat namespace
 in /Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/__init__.py", line 142, in <module>
    from . import core
  File "/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/__init__.py", line 71, in <module>
    raise ImportError(msg)
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
Here is how to proceed:
- If you're working with a numpy git repository, try `git clean -xdf`
  (removes all files not under version control) and rebuild numpy.
- If you are simply trying to use the numpy version that you have installed:
  your installation is broken - please reinstall numpy.
- If you have already reinstalled and that did not fix the problem, then:
  1. Check that you are using the Python you expect (you're using /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8),
     and that you have no directories in your PATH or PYTHONPATH that can
     interfere with the Python and numpy versions you're trying to use.
  2. If (1) looks fine, you can open a new issue at
     https://github.com/numpy/numpy/issues.  Please include details on:
     - how you installed Python
     - how you installed numpy
     - your operating system
     - whether or not you have multiple versions of Python installed
     - if you built from source, your compiler versions and ideally a build log

     Note: this error has many possible causes, so please don't comment on
     an existing issue about this - open a new one instead.

Original error was: dlopen(/Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so, 2): Symbol not found: _PyBuffer_Type
  Referenced from: /Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so
  Expected in: flat namespace
 in /Users/billypoydar/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.so

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/bin/mockingbird", line 7, in <module>
    import cv2 as cv
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cv2/__init__.py", line 5, in <module>
    from .cv2 import *
ImportError: numpy.core.multiarray failed to import
billypoydar@billys-mbp-2018 mockingbird % mockingbird --frame ./iPhone 11 Pro.psd --screenshots ./Simulator Screen Shot - iPhone 11 Pro - 2020-05-14 at 14.43.36 copy.png
ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/bin/mockingbird", line 7, in <module>
    import cv2 as cv
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cv2/__init__.py", line 5, in <module>
    from .cv2 import *
ImportError: numpy.core.multiarray failed to import

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.