vamseeachanta / assetutilities

Utilities for performing day to day tasks. Helps in automation of day to day business tasks
MIT License
0 stars 2 forks source link

Module not found Errors #6

Closed samdansk2 closed 4 months ago

samdansk2 commented 4 months ago

Screenshot (468) Screenshot (469)

samdansk2 commented 4 months ago

Hello sir ,

I have tried the all possible ways for tackle above error

--> I have run the Conda install pytest and see of error is resolved

--> checked whether it is present in Conda list or not , it is there actually

--> Also uninstalled the pytest and installed again using conda to see if error is solved

but the same error is raising again and again .

samdansk2 commented 4 months ago

i have observed one thing from the code

when i run python --version in powershell it is giving python 3.12.1

but when i run conda list , and in that python version is 3.11.5

samdansk2 commented 4 months ago

In the beginning when i started creating v env using requirements .txt file it has raised one error that packages are not available in current channel

Screenshot (470)

samdansk2 commented 4 months ago

But it becomes possible creating the v env using environment . yml file and successfully created the assetutilities env

Screenshot (471)