-
Notifications
You must be signed in to change notification settings - Fork 0
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
missing requierement: configparser #1
Comments
that... shouldn't happen. what version of python are you running? please send me the output of the command |
Hello,
|
That's very strange. ConfigParser is a built-in part of python 2.7 For some reason it seems my application did not correctly detect that you were running python 2... Thank you for lletting me know! |
Oh, I didn't know that. I though the module was missing but you it may be due to the case? (I had the same issue with some other project that requiers 2.7) However, the other (all lowercase) is also available as I wrote first time. I mentioned my Linux distro in case it may be related to the packaging (need to check) |
Hello,
I did a
pip install phpIPAM-Scraper
then launchphpipam
and had an error. I solve that withpip install configparser
Thanks.
The text was updated successfully, but these errors were encountered: