Maxime Boissonneault

Results 41 issues of Maxime Boissonneault

…It avoid canonicalizing wheel names when patching existing wheels

…ontained vendored dependencies Without this, I get an exception when trying to update a wheel for the package `py`. The reason is that `py` includes vendored dependencies. This patch allows...

This addresses https://github.com/MrMino/wheelfile/issues/17

I am currently investigating this issue with our script that uses `wheelfile`: https://github.com/ComputeCanada/wheels_builder/issues/42 The permissions are not preserved when updating wheels. It could be related to this issue: https://bugs.python.org/issue15795 This...

Requires is a multi-valued keyword found (at least) in the wheel for `scikit-image`

I am writing a script using wheelfile, and it fails on some wheels that seem otherwise correct. It fails with : ``` Traceback (most recent call last): File "../manipulate_wheels.py", line...

This is to fix https://github.com/MrMino/wheelfile/issues/13

Hi, The Zoom API supports what they call "Server-to-server Oauth", which does not seem to require a call back URL. Can this be supported ?

help wanted

This is related to issue https://github.com/easybuilders/easybuild-easyconfigs/issues/7093 I ran into this error when installing OpenFOAM 10. It compiled fine, but when running the sanity checks, i.e. ``` cp -a /home/mboisson/.local/easybuild/software/2020/avx2/MPI/gcc9/openmpi4/openfoam/10/OpenFOAM-10/tutorials/incompressible/simpleFoam/motorBike /tmp/eb-1asr3ksg/tmpqhh07uj1...

problem report

Hi, Apparently, to use ipympl with Jupyter, one needs to install it in the kernel that runs the jupyterhub: https://github.com/matplotlib/ipympl/issues/547 but that also installs matplotlib, which is a no go....