i installed python's schedule library in anaconda, the path is like this: /anaconda3/envs/myprojectenv/schedule
my python3 project is in a separate folder, the path is like this: /Desktop/projects/myproject.py
when i activate the anaconda3 environment and run my python project, it can't find the schedule library. do the python libraries & packages i install for use in a project need to be in the same directory as that project? because right now i only have it in my anaconda3 environment folder and it can't seem to find it, even with the environment activated.
source https://stackoverflow.com/questions/77208273/getting-module-not-found-error-when-the-library-is-in-the-anaconda3-envs-proje
Comments
Post a Comment