Replies: 7 comments 4 replies
-
I think you need to downgrade python for now. I use 3.11.2 and it works |
Beta Was this translation helpful? Give feedback.
-
Downgraded to Python 3.11.2 but still receive the same error. C:\Users\engs2517>python --version C:\Users\engs2517>pip list pip 22.3.1 [notice] A new release of pip available: 22.3.1 -> 23.3.1 C:\Users\engs2517>pip install cfclient × Getting requirements to build wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip available: 22.3.1 -> 23.3.1 |
Beta Was this translation helpful? Give feedback.
-
Just for the sake of science. Could you upgrade your pip? I have pip version 23.3 myself and I'm also running windows
|
Beta Was this translation helpful? Give feedback.
-
I upgraded but it does not work |
Beta Was this translation helpful? Give feedback.
-
I have located that issue happens with PyYAML~=5.3 pip install PyYAML~=5.3 × Getting requirements to build wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
-
Can you please suggest what version of setuptools I should have? Currently, I have 65.5.0. |
Beta Was this translation helpful? Give feedback.
-
Update: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to install cfclient on windows but seeing errors and I am unable to locate what the problem is. Can you please help what am I missing. I have shared below all error logs that I receive in cmd. I am doing windows installation.
I tried with python 3.12 and on suggestion on a issue on this repo I am trying on 3.11 but still no success. I have tried installing all packages manually.
`
C:\Users\laengs2517>pip list
Package Version
appdirs 1.4.4
certifi 2023.7.22
cflib 0.1.24
distlib 0.3.7
filelock 3.13.1
importlib-resources 6.1.1
libusb-package 1.0.26.2
numpy 1.24.4
pip 23.2.1
pipenv 2023.11.14
pippip 0.0.10
platformdirs 3.11.0
PyQt6 6.6.0
PyQt6-Qt6 6.6.0
PyQt6-sip 13.6.0
pyqtgraph 0.13.3
pyserial 3.5
python-dateutil 2.8.2
pyusb 1.2.1
PyYAML 6.0.1
pyzmq 25.1.1
scipy 1.11.3
setuptools 65.5.0
six 1.16.0
virtualenv 20.24.6
wheel 0.41.2
`
`
C:\Users\laengs2517>pip install cfclient
Defaulting to user installation because normal site-packages is not writeable
Collecting cfclient
Obtaining dependency information for cfclient from https://files.pythonhosted.org/packages/16/68/febd5b0c344fd6a5c8b370fbe2de50ce7061f02b67b1d9a43eb45f342daf/cfclient-2023.6-py3-none-any.whl.metadata
Using cached cfclient-2023.6-py3-none-any.whl.metadata (2.4 kB)
Requirement already satisfied: cflib>=0.1.23 in c:\users\laengs2517\appdata\roaming\python\python311\site-packages (from cfclient) (0.1.24)
Requirement already satisfied: appdirs~=1.4.0 in c:\users\laengs2517\appdata\roaming\python\python311\site-packages (from cfclient) (1.4.4)
Requirement already satisfied: pyzmq~=25.0 in c:\users\laengs2517\appdata\roaming\python\python311\site-packages (from cfclient) (25.1.1)
Requirement already satisfied: pyqtgraph~=0.11 in c:\users\laengs2517\appdata\roaming\python\python311\site-packages (from cfclient) (0.13.3)
Collecting PyYAML~=5.3 (from cfclient)
Using cached PyYAML-5.4.1.tar.gz (175 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [68 lines of output]
C:\Users\laengs2517\AppData\Local\Temp\pip-build-env-cs8gs1db\overlay\Lib\site-packages\setuptools\config\setupcfg.py:293: _DeprecatedConfig: Deprecated config in
setup.cfg
!!
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
`
Beta Was this translation helpful? Give feedback.
All reactions