Snooz82 / robotframework-datadriver

Library to provide Data-Driven testing with CSV tables to Robot Framework
Apache License 2.0
131 stars 36 forks source link

Unable to import robotframework-datadriver #80

Closed RushikSantoki closed 1 year ago

RushikSantoki commented 1 year ago

robotframework==4.1.3 ride==0.7.2 robotframework-datadriver==1.6.1

I am unable to import datadriver. (It is shown in red, implying failure in importing). The driver is installed properly and I verified it using pip freeze.

I have mentioned the robotframework, ride and datadriver versions above.

Snooz82 commented 1 year ago

I am pretty sure that this is an issue for RIDE.

by the way: i know that ride has not release new versions on PyPi, but you can install current ride versions directly from Github.

pip install -U https://github.com/robotframework/RIDE/archive/master.zip

and i am pretty sure that your ride is not 0.7.2. Maybe 1.7.4.2?

However newest version 2 beta should help.

and i strongly recommend to update to newest RobotFramework 6.0 as well.