Code Monkey home page Code Monkey logo

pyside2ads's Introduction

Codacy Badge

Download pre-built packages

You can download the latest stable version from here or latest development version from here.

Notes on installation on macOS

Latest versions of MetGem are only compatible with macOS 10.15 Catalina and later. Currently, MetGem lacks a signature for macOS. As a workaround, user can allow MetGem in the macOS Gatekeeper protection by running the following command in the terminal from the Applications folder.

  • Download MetGem and click the .dmg installer - Drag and drop MetGem into the Applications folder.
  • Open a Terminal and type the following command to tell macOS to trust the installed version of MetGem:
    sudo xattr -cr /Applications/MetGem/MetGem.app
    
  • Approve command with user password.
  • Start MetGem.
  • If this fails, try the following command (the app will appear in the security preferences and you will be able to choose the "Open anyway" option):
    sudo xattr -d com.apple.quarantine /Applications/MetGem/MetGem.app
    

Installation from source

  1. Install Miniconda.

  2. Clone the repository:

git clone https://github.com/metgem/metgem.git
cd metgem
  1. Create a new virtual environment
conda env create -f environment.yml
conda env update -f environment.dev.yml
  1. Activate the virtual environment
conda activate metgem
  1. Install build dependencies:
conda install invoke
  1. Build the resource file:
invoke rc
  1. Launch MetGem
python MetGem

For later use, you just need to activate the environment before launching MetGem

pyside2ads's People

Contributors

n-elie avatar

Stargazers

 avatar  avatar

pyside2ads's Issues

Compiling with cmake gui does not work

Using python interpreter: C:/Users/pbssu/AppData/Local/Programs/Python/Python39/python.exe
CMake Error at CMakeLists.txt:57 (find_package):
  By not providing "FindShiboken2.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Shiboken2", but CMake did not find one.

  Could not find a package configuration file provided by "Shiboken2"
  (requested version 2.0.0) with any of the following names:

    Shiboken2Config.cmake
    shiboken2-config.cmake

  Add the installation prefix of "Shiboken2" to CMAKE_PREFIX_PATH or set
  "Shiboken2_DIR" to a directory containing one of the above files.  If
  "Shiboken2" provides a separate development package or SDK, be sure it has
  been installed.


Configuring incomplete, errors occurred!
See also "C:/Users/pbssu/Downloads/PySide2Ads-3.8.2/PySide2Ads-3.8.2/build/CMakeFiles/CMakeOutput.log".

Here is my cmake variables
image

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.