When I try installing PyFlux for Python 3.7, I get errors. When pip install pyflux
, I get a long error message stating "ERROR: Command errored out with exit status 1:...". When using conda install pyflux
, I get another error:
Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- pyflux
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Can anyone help me? Thank you!
pip3 install pyflux
<-- Trypip3
for Python3.x – DUDANFpip install pyflux
, I get a long error message Please provide the entire error message. – AMC