Coder Social home page Coder Social logo

opensesame-conda-recipes's People

Contributors

dschreij avatar smathot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

opensesame-conda-recipes's Issues

Cannot build python-qprogedit

When I try to update python-qprogedit to 4.0.2, and build it with:

conda build python-qprogedit

I receive an error:

image

Perhaps this is a Windows issue, although I don't fully understand what happens. If so, could you build it on Mac OS and update?

TODO list

To be packaged:

  • python-pygaze (on PyPi already)
  • python-fileinspector (on PyPi already)
  • opensesame-windows-launcher (on PyPi already)
  • python-qosf
  • opensesame-extension-osf

To be added as dependency:

  • pyflakes

To be updated:

  • The rest

Warning issued for cogsci packages

On MacOS, the following warning is issued lately when installing any one of these cogsci packages:

Package cogsci::python-datamatrix-0.4.4-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

Package cogsci::python-fileinspector-1.0.2-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

Package cogsci::python-qdatamatrix-0.1.13-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

Package cogsci::python-qnotifications-1.1.1-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

Package cogsci::python-qprogedit-4.0.9-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

Package cogsci::python-opensesame-3.1.5a7-py_0 uses a pre-link script. Pre-link scripts are potentially dangerous  discouraged.
This is because pre-link scripts have the ability to change the package contents in the
package cache, and therefore modify the underlying files for already-created conda
environments.  Future versions of conda may deprecate and ignore pre-link scripts.

@smathot do you have any idea what this means? We aren't doing anything special in the recipes, are we? If not, I can see if I can escalate this to the conda crew.

Fix pickleshare at 0.5

pickleshare has been updated, and now breaks OpenSesame, again to unicode errors (always!). The previous version, 0.5, is fine though. It's installed through conda, so for the OpenSesame package I now just manually downgraded like so:

conda install pickleshare==0.5

qtpy dependencies automatically get inappropriate version constraints

When qtpy is a dependency, conda build appears to automatically add version constraints that result in incompatibility. For example, building python-qnotifications results in the following index.json:

{
  "arch": null,
  "build": "py_2",
  "build_number": 2,
  "depends": [
    "pyqt >=5.12.3,<5.13.0a0",
    "python",
    "qt >=5.12.5,<5.13.0a0",
    "qtpy"
  ],
  "license": "GNU General Public License v3 (GPLv3)",
  "name": "python-qnotifications",
  "noarch": "python",
  "platform": null,
  "subdir": "noarch",
  "timestamp": 1577968165878,
  "version": "2.0.3"
}

This is incompatible with Python 2, for which these versions of PyQt are not available. This happens for all packages that have qtpy as a run dependency, which right now are python-qnotifications and python-qdatamatrix. I'm building with conda-build 3.18.11 and conda 4.7.12 on Ubuntu 19.10.

As a (deeply unsatisfying) workaround, I'm manually removing these version constraints before uploading the package. That works.

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.