Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Help
#1
I am trying to install 3 party modules but in command prompt when i type python--version its not giving an output however when i type the same command in anaconda prompt it is showing the version of python. Morever when i type install --user MODULE(any name) it is installing in the anaconda prompt but when i try to import it in the editor(MU) it is displaying error thhat no such module exists.Please help Im fairly new at all this!!
Reply
#2
Is Python in your PATH?
Reply
#3
Perhaps time to consider where you want to work. If you go to Python.org and install Python from there, then install Anaconda, you will have two different installations with different environments. I'm sure it is possible to get them to point to the same place, but it is easy then to end up installing in one environment and not the other. My suggestion, for what it's worth, is to pick an environment - Anaconda or not - and stick with it for a while until you are comfortable with Python. Personally I use Anaconda for bigger items and Google Colab as a scratch pad. With Anaconda it is relatively easy to install packages that will then be available in Jupyter, Spyder, and VSCode
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020