Giter Club home page Giter Club logo

grapheditor's Introduction

Build Status Build status

OpenAlea Lab

Documentation

Official documentation is available at openalea.github.io

Install

To install OpenAlea use conda

If you want to retrieve the code from git, use git clone. Then use this command that will retrieve all the submodules::

git submodule update --init --recursive

Contribute

If you want to contribute to code, please have a look to github workflow

grapheditor's People

Contributors

baugetfa avatar cokelaer avatar dbarbeau avatar gbaty avatar pradal avatar wilgawox avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pradal wilgawox

grapheditor's Issues

Update README

Convert it to Markdown

Explain the example using NetworkX

error when running `example/nx_app.py` when only grapheditor is installed

After creating an environment as follow:

conda create -n grapheditor python=3.9 openalea.grapheditor networkx -c openalea3 -c conda-forge

Then running python nx_app.py leads to the following error:

Traceback (most recent call last):
  File "/home/fabrice/miniconda3/envs/grapheditor/lib/python3.9/site-packages/qtpy/__init__.py", line 252, in <module>
    from PySide6 import __version__ as PYSIDE_VERSION  # analysis:ignore
ModuleNotFoundError: No module named 'PySide6'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/fabrice/Documents/Openalea_Dev/grapheditor/examples/networkx/nx_app.py", line 15, in <module>
    from openalea.grapheditor.all import  Observed, GraphAdapterBase
  File "/home/fabrice/miniconda3/envs/grapheditor/lib/python3.9/site-packages/OpenAlea.GraphEditor-2.2.0-py3.9.egg/openalea/grapheditor/all.py", line 21, in <module>
    from openalea.grapheditor.edgefactory import LinearEdgePath, SplineEdgePath
  File "/home/fabrice/miniconda3/envs/grapheditor/lib/python3.9/site-packages/OpenAlea.GraphEditor-2.2.0-py3.9.egg/openalea/grapheditor/edgefactory.py", line 22, in <module>
    from qtpy import QtCore, QtGui
  File "/home/fabrice/miniconda3/envs/grapheditor/lib/python3.9/site-packages/qtpy/__init__.py", line 259, in <module>
    raise QtBindingsNotFoundError()
qtpy.QtBindingsNotFoundError: No Qt bindings could be found

Note that this error does not happen when we create a full visualea environment:

conda create -n visualea2 openalea.visualea openalea.plantgl networkx -c openalea3 -c conda-forge

That probably come from the vpltk removing.

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.