Errors are coming while installing Counterfit #240
Replies: 4 comments 5 replies
-
What errors are you getting? What version of Python are you using? |
Beta Was this translation helpful? Give feedback.
-
I've added more info to the guides when using Windows with PowerShell. The commands to run to create the nightlight folder, set up the virtual environment, activate it, then install counterfit are: mkdir nightlight
cd nightlight
python3 -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install CounterFit
pip install counterfit-connection
pip install counterfit-shims-grove This is the output I get when doing this:
I can then run CounterFit with the following command: CounterFit Giving this output:
and launching CounterFit in my default browser. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks for helping me out with this.
I will try this and will notify as soon as possible!
…On Sun, Jul 25, 2021, 12:17 AM Jim Bennett ***@***.***> wrote:
Also note that you never need to navigate into the .venv folder, you
should do everything from the root folder that you were in when you created
the virtual environment.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#240 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDQYDNXT5U6OGMUFDJJQIDTZMGWDANCNFSM5ATCJWFQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi! this is Inamulrehman,
I am a student and i want to try all of the projects in IoT Beginners course but while i was setting up a virtual hardware environment all was going properly except Counterfit. I am unable to install its packages (while on running pip install CounterFit) getting some kind of goods and bads.
so please be sure me this is available or not if yes then what i do for successful installation.
Beta Was this translation helpful? Give feedback.
All reactions