Hello, I’m new to the forum and i’ve come to seek help or guidance.
I’m working on a project trying to make data discovery easier for any person trying to use Virtual Observatory data. The idea is to make a natural language based search on the virtual observatories using OpenAi’s API, Astropy and it’s affiliated package, PyVO. For this we would use OpenAI to process the questions or petitions anyone would have and then have it give us some code that we could programatically execute. We have made it work up untill executing the code, because as of today, the API works with GPT-3.5, that has knowledge up untill september 2021, which means the code given by the API is based on Astropy 4.3 and PyVO 1.1. We thought of downgrading the packages, but there’s a problem with Astropy, as we can’t install 4.3 because theres an error:
"ImportError: cannot import name 'soft_unicode' from 'markupsafe'"
If anyone that reads this has any advice on installing Astropy 4.3 or a different aproach to our project’s goal (like developing a different AI), please, we would welcome your input a lot. Thanks in advace!