LoadError: cannot load such file -- bcrypt_ext

Hello guys, I am doing installation of sharetribe and i have been on this issue for quite sometime now.
I am at the stage of starting and initializing the database, when i run below command i am having the error:

D:\sharetribe>bundle exec rake db:create db:structure:load
rake aborted!
LoadError: cannot load such file – bcrypt_ext
D:/sharetribe/config/application.rb:22:in <top (required)>' D:/sharetribe/Rakefile:4:in require’
D:/sharetribe/Rakefile:4:in `<top (required)>’

Caused by:
LoadError: 126: The specified module could not be found. - C:/Ruby26-x64/lib/r
uby/gems/2.6.0/gems/bcrypt-3.1.12-x64-mingw32/lib/2.6/bcrypt_ext.so
D:/sharetribe/config/application.rb:22:in <top (required)>' D:/sharetribe/Rakefile:4:in require’
D:/sharetribe/Rakefile:4:in `<top (required)>’
(See full trace by running task with --trace)

Can anyone help please? I have been on this issue for about a month now searching for solutions but to no avail.

Are you using ubuntu 20.0?