asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Importing test library 'REST' failed #96

Closed bob-r closed 2 years ago

bob-r commented 4 years ago

ImportError: No module named 'jsonpath_ng.bin'; 'jsonpath_ng' is not a package

pip3 freeze: robotframework==3.1.2 RESTinstance==1.0.2 jsonpath-ng==1.5.0

I guess, jsonpath_ng should be fixed to 1.4.3, the latest compatible version

asimell commented 3 years ago

Hi,

robotframework==3.1.2
RESTinstance==1.1.0
jsonpath-ng==1.5.2

works alright in my setup. Does the error persist with that?

asimell commented 2 years ago

Closing issue as there is no new information. Please reopen if still an issue.