There was a cryptography version on GitHub, isnât?
On 2 Dec 2018, at 15:31, Cyril Ferlicot <cyril.ferlicot@gmail.com> wrote:
On Sun 2 Dec 2018 at 15:08, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: There is indeed a problem because cryptography package is still using an old API: #ifNotNilDo: that does not exists anymore in Pharo. You are probably seen something like this:
<Screenshot 2018-12-02 at 15.02.19.png>
I looked at it last time and the problem is that one of the dependency hosted on StHub still depends on the StHub version of Cryptography.
http://smalltalkhub.com/#!/~UdoSchneider/PBKDF2/ <http://smalltalkhub.com/#!/~UdoSchneider/PBKDF2/> But not many people can write on this project I think.
(And this is a bug) Anyway, while we fix this, you can replace #ifNotNilDo: for #ifNotNil:, then save and select âproceedâ.
That will allow voyage to load properly.
Cheers, Esteban
-- Cyril Ferlicot https://ferlicot.fr <https://ferlicot.fr/>