Code Monkey home page Code Monkey logo

Comments (4)

pradal avatar pradal commented on July 18, 2024

The same issue with openalea.core:

conda.exe build --python=2. ..\conda

The PYTHON VERSION is wrong (2. rather than 27)
Use the CONDA_PY env var instead:
doc

from appveyor-ci.

fredboudon avatar fredboudon commented on July 18, 2024

@pradal Normally PYTHON_VERSION should be formatted as 2.7 while CONDA_PY should be 27.
CONDA_PY should be set as env variable while PYTHON_VERSION is passed as argument to conda build --python.
It seems that default detection of PYTHON_VERSION is buggy and should not gives 2.

from appveyor-ci.

pradal avatar pradal commented on July 18, 2024

Look at upstream repo:
Pierre add a file python_version.py.

And it call the generated script in the build_script

from appveyor-ci.

pradal avatar pradal commented on July 18, 2024

But if I set PYTHON_VERSION, I have yet the error.
It is just afer

Configuring Windows SDK "v7.0" for Python 2 on a 64 bit architecture
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v7.0.
Targeting Windows 7 x64 RELEASE

Perhaps this disable the conda env?

from appveyor-ci.

Related Issues (3)

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.