Manon Marchand
Manon Marchand
Same issue here, on a clean conda environnement in ubuntu 20.04.5. I tried using PyQt6 just in case and I now get a different error. ``` Traceback (most recent call...
I tried your first solution and it works perfectly, thanks! For potential future readers if you have issues in a miniconda environment with python 3.10 : ``` $ conda create...
Same, I immediately landed on this issue after reading the episode, I feel really uncomfortable teaching things that could lead the learners into tricky/buggy situations. What is the status on...
The bug is upstream in astropy, the linked PR should solve it
Is it still an issue?
It's upstream, we're on it. To get the votable, ```python from astroquery.vizier import Vizier Vizier.clear_cache() data_payload = {'-words': 'GAIA DR3', '-meta.all': 1} data_payload['-ucd'] = Vizier.ucd response = Vizier._request(method='POST', url=Vizier._server_to_url(return_type='votable'),data=data_payload, timeout=Vizier.TIMEOUT)...
Solved! Thanks for reporting the issue
The issue is upstream. Thanks for reporting! @gilleslandais : I can reproduce directly with the votable output on the webpages. None of the calculated columns have a unit. However, they...
Just to add to the conversation, right now there is no plan to change the units in already published VizieR tables.
Hello, Just saw this issue. I'm not sure if you still want to do something, but I'm the person in charge of the maintenance of our tutorials and I'd be...