ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

need library 'RPA.Archive' build together with docker image #406

Closed lovelyplanet2019 closed 5 months ago

lovelyplanet2019 commented 2 years ago

I have a script that use 'RPA.Archive'. the docker cannot run with error missing library. Can I request to have the library bundled with docker image?

else, please advice how do I build the image myself by adding the additional library?

[ ERROR ] Error in file '/opt/robotframework/tests/BrowserFunctions.robot' on line 11: Importing library 'RPA.Archive' failed: ModuleNotFoundError: No module named 'RPA' Traceback (most recent call last):

ElHoussin1 commented 5 months ago

Hello, did you find the solution to this issue ?

ppodgorsek commented 5 months ago

The feature allowing to dynamically install additional dependencies has finally been implemented as part of #376 and the details can be found in the README.