Python: Cannot use CircUp in command prompt due to NameError (Windows)

I’m very new to Python and I am trying to install CircUp. I installed it using pip (following the directions here: https://learn.adafruit.com/keep-your-circuitpython-libraries-on-devices-up-to-date-with-circup/install-circup). But when I try to run a CircUp command in the command prompt, I get the error: NameError: name 'circup' is not defined.

When I finished installing CircUp, the command line output stated that it had been successfully installed. I ran the command circup –version to verify, expecting it to return the version number of my installation. But instead, I got the following result:

>>> circup --version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'circup' is not defined

Here is my full command log. Note that I added the path ‘C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packagesPython312Scripts’ to PATH after seeing the warnings.

C:UsersName>python3 --version
Python 3.12.5

C:UsersName>pip3 --version
pip 24.2 from C:Program FilesWindowsAppsPythonSoftwareFoundation.Python.3.12_3.12.1520.0_x64__qbz5n2kfra8p0Libsite-packagespip (python 3.12)

C:UsersName>git version
git version 2.37.3.windows.1

C:UsersName>python3 -m site --user-base
C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packages

C:UsersName>pip install setuptools
Defaulting to user installation because normal site-packages is not writeable
Collecting setuptools
  Downloading setuptools-72.2.0-py3-none-any.whl.metadata (6.6 kB)
Downloading setuptools-72.2.0-py3-none-any.whl (2.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 7.8 MB/s eta 0:00:00
Installing collected packages: setuptools
Successfully installed setuptools-72.2.0

C:UsersName>pip install circup
Defaulting to user installation because normal site-packages is not writeable
Collecting circup
  Downloading circup-2.0.4-py3-none-any.whl.metadata (13 kB)
Collecting appdirs (from circup)
  Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting Click (from circup)
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting findimports (from circup)
  Downloading findimports-2.5.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting requests (from circup)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting semver (from circup)
  Downloading semver-3.0.2-py3-none-any.whl.metadata (5.0 kB)
Collecting toml (from circup)
  Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Collecting update-checker (from circup)
  Downloading update_checker-0.18.0-py3-none-any.whl.metadata (2.3 kB)
Collecting colorama (from Click->circup)
  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting charset-normalizer<4,>=2 (from requests->circup)
  Downloading charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests->circup)
  Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests->circup)
  Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests->circup)
  Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Downloading circup-2.0.4-py3-none-any.whl (37 kB)
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
Downloading findimports-2.5.0-py2.py3-none-any.whl (16 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading semver-3.0.2-py3-none-any.whl (17 kB)
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Downloading update_checker-0.18.0-py3-none-any.whl (7.0 kB)
Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
Downloading charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl (100 kB)
Downloading idna-3.7-py3-none-any.whl (66 kB)
Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Installing collected packages: appdirs, urllib3, toml, semver, idna, findimports, colorama, charset-normalizer, certifi, requests, Click, update-checker, circup
  WARNING: The script pysemver.exe is installed in 'C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packagesPython312Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script findimports.exe is installed in 'C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packagesPython312Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script normalizer.exe is installed in 'C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packagesPython312Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script circup.exe is installed in 'C:UsersNameAppDataLocalPackagesPythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0LocalCachelocal-packagesPython312Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed Click-8.1.7 appdirs-1.4.4 certifi-2024.7.4 charset-normalizer-3.3.2 circup-2.0.4 colorama-0.4.6 findimports-2.5.0 idna-3.7 requests-2.32.3 semver-3.0.2 toml-0.10.2 update-checker-0.18.0 urllib3-2.2.2

C:UsersName>python
Python 3.12.5 (tags/v3.12.5:ff3bc82, Aug  6 2024, 20:45:27) [MSC v.1940 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> circup --version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'circup' is not defined

New contributor

J.G. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật