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

merakicopyssid #1

Open
Dosc29 opened this issue Oct 3, 2021 · 1 comment
Open

merakicopyssid #1

Dosc29 opened this issue Oct 3, 2021 · 1 comment

Comments

@Dosc29
Copy link

Dosc29 commented Oct 3, 2021

Traceback (most recent call last):
File "/home/test/meraki/merakicopyssid", line 22, in
from attr import attrib, attrs
ModuleNotFoundError: No module named 'attr'

hi, merakiapi is working fine, when i run copyssid i get the above message.

@rmceoin
Copy link
Owner

rmceoin commented Nov 5, 2021

Even with a fresh venv I don't get that. requirements.txt does specify attr as a package to install. Be sure that's installed.

Per the README be sure to create the virtual environment like this.

python3 -m venv env
source env/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt
pip3 install pylint pytest rope
deactivate && source env/bin/activate

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