UBC-MDS / DSCI-532_2024_19_food-price-tracker

An intuitive, interactive data visualization platform for drawing food price insights and enhancing cross-sector collaboration to address worldwide food-related challenges.
https://dsci-532-2024-19-food-price-tracker.onrender.com
Other
1 stars 0 forks source link

3. Addressing feedback from peers #106

Closed tonyshumlh closed 5 months ago

tonyshumlh commented 5 months ago

Performance issues

Docs issues

Layout issues

Potential new features

celestezhao commented 5 months ago

This error is wired... In our conda env we've set vegafusion==1.6.6 and vegafusion-python-embed==1.6.6. Where does this 1.6.7 come from?

“Plots are not getting displayed locally as there is package mismatch issue. Getting error RuntimeError: The versions of the vegafusion and vegafusion-python-embed packages must match and must be version 1.5.0 or greater. Found: vegafusion==1.6.6 and vegafusion-python-embed==1.6.7. However, this issue is not there on deployed dash.”

JohnShiuMK commented 5 months ago

This error is wired... In our conda env we've set vegafusion==1.6.6 and vegafusion-python-embed==1.6.6. Where does this 1.6.7 come from?

“Plots are not getting displayed locally as there is package mismatch issue. Getting error RuntimeError: The versions of the vegafusion and vegafusion-python-embed packages must match and must be version 1.5.0 or greater. Found: vegafusion==1.6.6 and vegafusion-python-embed==1.6.7. However, this issue is not there on deployed dash.”

@celestezhao this will be resolved in #123

JohnShiuMK commented 5 months ago

All done, good job!