This is my first question here. I'm new to Python, Django and Anaconda. I am trying to follow this tutorial but I keep running into hiccups. I found a similar answer to my question and I'm willing to admit that I could be misunderstanding something due to my lack of experience. I am using PyCharm and I'm installing the necessary packages (as needed for the tutorial) via the gui and I'm using the terminal inside PyCharm.
At this part of the tutorial where you're supposed to run the server of the project, I keep getting this error:
PackagesNotFoundError: The following packages are not available from current channels: - manage
Whenever I go to install from conda forge
or pip install
in the terminal, I am met with the same errors.
Like I said, I found a similar post on here, but it is not the solution I need. I'm also not exactly sure what I'm doing wrong. I've installed and updated python and django, and everything requested in the tutorial.
PackagesNotFoundError: The following packages are not available from current channels:
Thank you in advance for anyone who helps me.