ModuleNotFoundError: No module named 'astrophy.visualization'; 'astrophy' is not a package error question

Asked 1 years ago, Updated 1 years ago, 63 views

As shown in the image next to it, I made a code to merge 3 photos using a package called Astrophy in Atom. However, the error Module NotFoundError: No module named 'astrophy.visualization'; 'astrophy' is not a package appeared, so I tried updating the astrophy package and checked if there was a folder called visualization. However, folders exist, files exist, and init.I checked that there is even a file called py. Nevertheless, the same error keeps popping up, so I'm asking you a question because I'm frustrated!!

python package

2022-09-22 19:01

1 Answers

Due to the file astro.py in the project, the installed package cannot be imported.


2022-09-22 19:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.