Issues starting cw

Hi all , have this problem with new installation cant start CW. any help much apprecitate.
Windows 10
Python 3.12.2
installation Windows Bundled Installer
Cant find proper answer to my problem. Thanks

$ python -c "import chipwhisperer as cw"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\users\rb\chipwhisperer\cw\home\portable\chipwhisperer\software\chipwhisperer\__init__.py", line 21, in <module>
    from .capture import scopes, targets
  File "c:\users\rb\chipwhisperer\cw\home\portable\chipwhisperer\software\chipwhisperer\capture\scopes\__init__.py", line 15, in <module>
    from .OpenADC import OpenADC
  File "c:\users\rb\chipwhisperer\cw\home\portable\chipwhisperer\software\chipwhisperer\capture\scopes\OpenADC.py", line 14, in <module>
    from chipwhisperer.logging import *
  File "c:\users\rb\chipwhisperer\cw\home\portable\chipwhisperer\software\chipwhisperer\logging.py", line 1, in <module>
    import logging
  File "C:\Users\rb\ChipWhisperer\cw\home\portable\chipwhisperer\software\chipwhisperer\logging.py", line 8, in <module>
    logging.basicConfig(level=logging.WARNING)
AttributeError: partially initialized module 'logging' has no attribute 'basicConfig' (most likely due to a circular import)

You’re probably trying to run this from inside the chipwhisperer python folder. Move to one outside the python module and it should work.

Alex

Thanks for the reply Alex, unafortunaly did`t work. nothing happend return empty rolls in terminal

What does python -c "import os; print(os.getcwd())" print?

EDIT: Oh sorry, do you mean that you don’t get any output from that command? That’s expected and means the import succeeded.

Alex ouput

C:\Users\rb\ChipWhisperer\cw\home\portable\chipwhisperer\software

yep but cant run it the import is fine