0

I've just started using conda and I've noticed that certain functions are completly missing, If I switch back to deafult interpreter it works just fine. When I tried installing pygame with conda it just gave me some weird error that the packages are not avilable for the current channel

PackagesNotFoundError: The following packages are not available from current channels:

  - pygame

I tried messing with condas config a bit but that didn't help at all

Rabbid76
  • 202,892
  • 27
  • 131
  • 174
Bob Smith
  • 11
  • 1
  • Well , What system are you using? Windows? Linux? if you are using linux remember to start conda first and set up your enviroment. I don't remember if conda has 'pip freeze' , but you can try too and look there if is there the package pygame . If not , try to install or create new enviroment where this is possible – Raphael Moral Piazera Nov 29 '22 at 20:21
  • I'm using windows and there's pygame already installed and It works fine but some functions are missing as I mentioned ? How can I create new enviroment ? I'm new to using conda – Bob Smith Nov 29 '22 at 20:52
  • Open cmd and digit conda, after that : conda create --name myenv – Raphael Moral Piazera Nov 29 '22 at 21:17
  • Do you redraw the background in every frame? – Rabbid76 Nov 29 '22 at 21:45

0 Answers0