pythonastropy

File "<stdin>", line 1 syntax error python on linux


I'm trying to install an astro programm, PAHFits, the problem is that when I run it in the pyhton shell, it appears File "", line 1, as in the image enter image description here

I know it's not a problem with PAHFit but I don't know how to solve it!

Help :(

I tried to install from the bash and still have problems


Solution

  • You can install libraries either like this: pip install git+https://github.com/gretelai/gretel-python-client@main

    or like this: python -m pip install git+https://github.com/gretelai/gretel-python-client@main