robert woods
robert woods

Reputation: 375

How do I install channels in Pycharm?

I am trying to install channels with pip in pycharm and I am getting the error:

command 'cl.exe' failed: No such file or directory.

I keep coming across Visual Studio solutions which do not help me.

I am running on Windows.

Upvotes: 1

Views: 990

Answers (1)

ThatCampbellKid
ThatCampbellKid

Reputation: 523

You might be able to install it through PowerShell or Terminal outside of Pycharm, and then manually change your settings files and add your routing/consumer files. I never set up my Pycharm environment when I did mine and only ran it through PowerShell, which seemed to work alright. Let me know!

Upvotes: 1

Related Questions