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

error when do "make install_accelergy" #19

Closed
theTrident opened this issue Jun 12, 2024 · 1 comment
Closed

error when do "make install_accelergy" #19

theTrident opened this issue Jun 12, 2024 · 1 comment

Comments

@theTrident
Copy link

theTrident commented Jun 12, 2024

Hi

I am following the native install steps from this link: https://timeloop.csail.mit.edu/v4/installation#to-do-need-an-install-script-for-pytimeloop . But when I do "make install_timeloop", I get the below error:

Successfully built accelergy accelergy-adc-plug-in accelergy-aladdin-plug-in accelergy-cacti-plug-in library accelergy-neurosim-plug-in accelergy-table-based-plug-ins
Installing collected packages: accelergy, accelergy-adc-plug-in, accelergy-aladdin-plug-in, accelergy-cacti-plug-in, library, accelergy-neurosim-plug-in, accelergy-table-based-plug-ins
  Attempting uninstall: accelergy
    Found existing installation: accelergy 0.4
    Uninstalling accelergy-0.4:
      Successfully uninstalled accelergy-0.4
  Attempting uninstall: accelergy-adc-plug-in
    Found existing installation: accelergy-adc-plug-in 0.1
    Uninstalling accelergy-adc-plug-in-0.1:
      Successfully uninstalled accelergy-adc-plug-in-0.1
  Attempting uninstall: accelergy-aladdin-plug-in
    Found existing installation: accelergy-aladdin-plug-in 0.1
    Uninstalling accelergy-aladdin-plug-in-0.1:
      Successfully uninstalled accelergy-aladdin-plug-in-0.1
  Attempting uninstall: accelergy-cacti-plug-in
    Found existing installation: accelergy-cacti-plug-in 0.1
    Uninstalling accelergy-cacti-plug-in-0.1:
      Successfully uninstalled accelergy-cacti-plug-in-0.1
  Rolling back uninstall of accelergy-cacti-plug-in
  Moving to /usr/local/lib/python3.8/dist-packages/accelergy_cacti_plug_in-0.1.dist-info/
   from /usr/local/lib/python3.8/dist-packages/~ccelergy_cacti_plug_in-0.1.dist-info
  Moving to /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/__pycache__/
   from /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/~_pycache__
  Moving to /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/cacti.estimator.yaml
   from /tmp/pip-uninstall-tbbosost/cacti.estimator.yaml
  Moving to /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/cacti_wrapper.py
   from /tmp/pip-uninstall-tbbosost/cacti_wrapper.py
  Moving to /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/default_SRAM.cfg
   from /tmp/pip-uninstall-tbbosost/default_SRAM.cfg
  Moving to /usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/default_cache.cfg
   from /tmp/pip-uninstall-tbbosost/default_cache.cfg
ERROR: Could not install packages due to an EnvironmentError: [Errno 21] Is a directory: '/usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/cacti'

make: *** [Makefile:113: install_accelergy] Error 1

thanks!

@theTrident theTrident changed the title error when make "install_accelergy" error when do "make install_accelergy" Jun 12, 2024
@tanner-andrulis
Copy link
Contributor

Try deleting '/usr/local/share/accelergy/estimation_plug_ins/accelergy-cacti-plug-in/cacti' before you reinstall. Looks like it may be a problem with a previous installation.

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