Arnav Mehta
Arnav Mehta
Hi @kohonez! Cam you give me the version of PriceHero that you are using. Do this: ``` import PriceHero as ph print(ph.__version__) ``` Thanks!
Ok, the new version (0.5.2) should fix this bug. You can update PriceHero by running: `pip install --upgrade PriceHero-mehtaarn000` Let me know if you still have issues with this module.
That's really strange. When I run the code: ``` import PriceHero as ph print(ph.__version__) laptop = ph.amazon("https://www.amazon.com/dp/B08FJ6ZB4V") print(laptop) ``` I get: 0.5.2 {'name': 'GeIL Orion DDR4 RAM, 32GB (16GBx2) 3600MHz...
After fixing this module and testing on a Windows 10 machine I got the expected output on both of my computers. Upgrade your version again and try. Let me know...
Ok, I'm not really sure what's going wrong here. I'm going to try and tackle this tomorrow after getting some sleep. Thanks for notifying be about this issue though!
@kilianalias Meaning you get the expected output?