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

fix missing psutil dependency #3

Merged
merged 1 commit into from
Apr 3, 2019
Merged

fix missing psutil dependency #3

merged 1 commit into from
Apr 3, 2019

Conversation

ont
Copy link
Contributor

@ont ont commented Apr 3, 2019

I have an error after installing zencad through pipx:

> pipx install --include-deps zencad
> zencad
Traceback (most recent call last):
  File "/home/ont/.local/bin/zencad", line 4, in <module>
    import zencad
  File "/home/ont/.local/pipx/venvs/zencad/lib/python3.7/site-packages/zencad/__init__.py", line 12, in <module>
    from zencad.visual import screen
  File "/home/ont/.local/pipx/venvs/zencad/lib/python3.7/site-packages/zencad/visual.py", line 2, in <module>
    import zencad.shower
  File "/home/ont/.local/pipx/venvs/zencad/lib/python3.7/site-packages/zencad/shower.py", line 14, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'

Probably this patch will fix this error.

@ont ont changed the title fix missing psutil dependancy fix missing psutil dependency Apr 3, 2019
@mirmik mirmik merged commit 86fd122 into mirmik:master Apr 3, 2019
@mirmik
Copy link
Owner

mirmik commented Apr 3, 2019

Thank you!

@mirmik
Copy link
Owner

mirmik commented Apr 3, 2019

Hmm ... :)

But in reality, this dependence is not used and remained from the experiments. I will remove it in the next version.

mirmik added a commit that referenced this pull request Oct 5, 2019
fix missing psutil dependency
mirmik added a commit that referenced this pull request Feb 16, 2021
fix missing psutil dependency

Former-commit-id: 0aa467b
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

Successfully merging this pull request may close these issues.

2 participants