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

when I from vaspvis import standard,there is a module error #13

Open
Dengsongquanch opened this issue Aug 8, 2024 · 1 comment
Open

Comments

@Dengsongquanch
Copy link


ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 1
----> 1 from vaspvis import standard

File C:\ProgramData\anaconda3\Lib\site-packages\vaspvis_init_.py:1
----> 1 from vaspvis.band import Band
2 from vaspvis.dos import Dos
3 from vaspvis.stm import STM

File C:\ProgramData\anaconda3\Lib\site-packages\vaspvis\band.py:8
6 from vaspvis.unfold import unfold, make_kpath, removeDuplicateKpoints
7 from pymatgen.core.periodic_table import Element
----> 8 from pyprocar.utilsprocar import UtilsProcar
9 from pyprocar.procarparser import ProcarParser
10 from functools import reduce

ModuleNotFoundError: No module named 'pyprocar.utilsprocar'

How can I solve this problem.I use is on windows,should I use it on linux?

@ShawnLi7777
Copy link

I also encountered the same problem on Linux.

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

2 participants