Closed noor2323M closed 9 months ago
I am facing this issue while pip installing the package, please suggest the work around or ways to resolve it, Thanks!
Solve the issue for #49 #50
The install actually worked all good, just the Julia package installed failed. Previously import pyLLE
should have worked even if the pip install
was failing as the installed worked up to the python process
It is a windows issue, and the Julia packaged needs to be installed manually. The commit 6982c3d goes in detail how to explain it
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [66 lines of output] Warning: 'classifiers' should be a list, got type 'tuple' running bdist_wheel running build running build_py creating build creating build\lib creating build\lib\pyLLE copying pyLLE_analyzedisp.py -> build\lib\pyLLE copying pyLLE_llesolver.py -> build\lib\pyLLE copying pyLLE__init__.py -> build\lib\pyLLE running egg_info writing pyLLE.egg-info\PKG-INFO writing dependency_links to pyLLE.egg-info\dependency_links.txt writing requirements to pyLLE.egg-info\requires.txt writing top-level names to pyLLE.egg-info\top_level.txt reading manifest file 'pyLLE.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyLLE.egg-info\SOURCES.txt' copying pyLLE\ComputeLLE.jl -> build\lib\pyLLE C:\Users\my\AppData\Local\Programs\Python\Python312\Lib\site-packages\setuptools_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !!
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyLLE Running setup.py clean for pyLLE Failed to build pyLLE ERROR: Could not build wheels for pyLLE, which is required to install pyproject.toml-based projects