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

python and highly-dependent packages (Pymatgen etc.) compatiablity #37

Open
yuxin-chang opened this issue Jan 26, 2024 · 2 comments
Open

Comments

@yuxin-chang
Copy link
Collaborator

conflicts
README.md specifies python=3.7; diffpy and diffpy-cmi required python 3.7 and below.
while in setup.py, most package requirements (pymatgen, scikitimage, numpy) support python 3.9 or above

@yuxin-chang
Copy link
Collaborator Author

solution:
first decide if we want to use python 3.7 or 3.9
(considering diffpy dependency)
then update setup.py requirement

@yuxin-chang
Copy link
Collaborator Author

try install with python 3.9 (dont install diffpy)
see if setup.py work

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