Skip to content

Having trouble with Windows 11 #27

@atoughram

Description

@atoughram

I have Windows 11 and Ubuntu on Windows installed and this is happening in both the Ubuntu terminal and Windows Powershell. It's likely an installation issue, and maybe you have a quick fix.

After installing pandas via "pip install -r requirements.txt" everything looks like it installed correctly. I get the following output on Windows Powershell

PS C:\Users\atoug\OneDrive\Desktop\Radio Stuff\cps-import-builder-main> pip install -r requirements.txt Collecting pandas==1.1.4 (from -r requirements.txt (line 1)) Using cached pandas-1.1.4-cp39-cp39-win_amd64.whl.metadata (4.7 kB) Requirement already satisfied: python-dateutil>=2.7.3 in c:\users\atoug\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pandas==1.1.4->-r requirements.txt (line 1)) (2.9.0.post0) Requirement already satisfied: pytz>=2017.2 in c:\users\atoug\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pandas==1.1.4->-r requirements.txt (line 1)) (2024.1) Requirement already satisfied: numpy>=1.15.4 in c:\users\atoug\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pandas==1.1.4->-r requirements.txt (line 1)) (2.0.0) Requirement already satisfied: six>=1.5 in c:\users\atoug\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from python-dateutil>=2.7.3->pandas==1.1.4->-r requirements.txt (line 1)) (1.16.0) Using cached pandas-1.1.4-cp39-cp39-win_amd64.whl (8.9 MB) Installing collected packages: pandas Successfully installed pandas-1.1.4

When trying to run the command
python ./cps-import-builder.py --cps md380

I get the output
C:\Users\atoug\OneDrive\Desktop\Radio Stuff\cps-import-builder-main>python ./cps-import-builder.py --cps md380 Traceback (most recent call last): File "C:\Users\atoug\OneDrive\Desktop\Radio Stuff\cps-import-builder-main\cps-import-builder.py", line 12, in <module> import pandas File "C:\Users\atoug\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pandas\__init__.py", line 30, in <module> from pandas._libs import hashtable as _hashtable, lib as _lib, tslib as _tslib File "C:\Users\atoug\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pandas\_libs\__init__.py", line 13, in <module> from pandas._libs.interval import Interval File "pandas\_libs\interval.pyx", line 1, in init pandas._libs.interval ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

I use batch files for each different type of radio I have, so I dont have to remember the commands at a later date.

Thanks in advance Ed - 73's K7RRL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions