Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble with Windows 11 #27

Open
atoughram opened this issue Jul 22, 2024 · 0 comments
Open

Having trouble with Windows 11 #27

atoughram opened this issue Jul 22, 2024 · 0 comments

Comments

@atoughram
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant