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

ImportError: cannot import name 'Proc' from 'easyprocess' #2

Open
cactorium opened this issue Jul 31, 2020 · 1 comment
Open

ImportError: cannot import name 'Proc' from 'easyprocess' #2

cactorium opened this issue Jul 31, 2020 · 1 comment

Comments

@cactorium
Copy link

Hello! I get this error message when trying to use pysimavr, which seems to come from this package:

>>> import pysimavr.avr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/kelvin/.local/lib/python3.8/site-packages/pysimavr/avr.py", line 2, in <module>
    from pyavrutils.avrsize import AvrSize
  File "/home/kelvin/.local/lib/python3.8/site-packages/pyavrutils/__init__.py", line 10, in <module>
    from .avrgcc import *
  File "/home/kelvin/.local/lib/python3.8/site-packages/pyavrutils/avrgcc.py", line 1, in <module>
    from easyprocess import Proc, extract_version
ImportError: cannot import name 'Proc' from 'easyprocess' (/home/kelvin/.local/lib/python3.8/site-packages/easyprocess/__init__.py)

Would you have any advice on how to troubleshoot? Thanks for you time!

@adamples
Copy link

Had the same problem. The workaround is to install older version of the package:

python -m pip install easyprocess==0.2.10

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