iepy
iepy copied to clipboard
The 'appdirs==1.2.0' distribution was not found and is required by 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
Hi
I just checked that appdirs 1.2.0 seems to be available: https://pypi.python.org/pypi/appdirs/1.2.0
Can you create a virtualenv and run in a terminal this:
pip install 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 Name: appdirs Version: 1.2.0 Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". Home-page: http://github.com/ActiveState/appdirs Author: Trent Mick; Sridhar Ratnakumar Author-email: [email protected]; [email protected] License: MIT Location: c:\python36\lib\site-packages
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
c:\python36\lib\site-packages\sklearn\utils\fixes.py:55: DeprecationWarning: inspect.getargspec() is deprecatuse inspect.signature() or inspect.getfullargspec()
if 'order' in inspect.getargspec(np.copy)[0]:
Traceback (most recent call last):
File "C:\Python36\Scripts\iepy-script.py", line 11, in