-
Notifications
You must be signed in to change notification settings - Fork 186
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
The 'appdirs==1.2.0' distribution was not found and is required by iepy #131
Comments
Hi I just checked that appdirs 1.2.0 seems to be available: https://pypi.python.org/pypi/appdirs/1.2.0 I just did and installed correctly |
Hi, Thanks for your reply, I was indeed able to install appdirs==1.2.0 $ pip show appdirs Now I am getting some other curious error when I run iepy. I am runig the command with administrator rights. What am I doing wrong here? $ iepy |
Hi Folks,
I would like to try iepy for some relation extraction tasks. I'm having problems installing iepy. I have installed appdirs==1.4.3, I also tried to install appdirs==1.2.0 from the source, but the system still installs version 1.4.3.
I managed to installed iep in my pc, but every time I run iepy I get the error message:
_pkg_resources.DistributionNotFound: The appdirs==1.2.0 distribution was not found and is required by iepy
Is there a solution for this at the moment, it seems iepy doesn't work with the latest version of appdirs, but I cannot get the older version installed on my computer.
My environment:
Win7 64bit
Python 3.6
Thanks for any help,
Ramon
The text was updated successfully, but these errors were encountered: