Git Product home page Git Product logo

Comments (6)

christian34 avatar christian34 commented on September 1, 2024

Can you be a bit more specific (which commands do you try )?

from walter.

bilalderouich avatar bilalderouich commented on September 1, 2024

when we try to execute all the tests (together or in parts), we can see 2 error message :
"Canestra was not found" and "global name error : exit". But only when we do that with Pycharm, when we execute that in terminal there is no problems

from walter.

christian34 avatar christian34 commented on September 1, 2024

I do not have this problem (done on master just now, with a fresh conda install). May be you can try:

  • [linux] : make sure you launched PyCharm from a command prompt AFTER having activating your conda environment (otherwise the PATH passed to pycharm is not correct)
  • [linux and win] : may be try to regenerate the walter command (python setup.py develop or install or install then develop ) ??

image

from walter.

christian34 avatar christian34 commented on September 1, 2024

After a new run of python setup.py develop for walter, I loose my working configuration: I have now Pycharm in the same state as yours. The problem is that the path to envs\my_env\Scripts is not passed to the process launching the python console, wheareas for example the path to envs\my_env\Library\bin is passed.
May be a regular conda install of walter will solve this ?

from walter.

bilalderouich avatar bilalderouich commented on September 1, 2024

Last time, to solve my problems, I had to restart the system, and the whole configuration was updated.
So, I don't know but you can try and check if the openalea environnement is activate

from walter.

christian34 avatar christian34 commented on September 1, 2024

The problem for me was because I forget to pass CONDA_PREFIX while running setup.py.
with:
python setup.py develop --prefix=%CONDA_PREFIX%
everything goes fine

from walter.

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.