I am trying to install the owlready2 lib in Ubuntu by following the method below but I face a problem.
- I updated the system and applications
- Installed Python 3 and made it the working version (default)
- Installed pip3
- Used pip and pip3 to install the owlready2 lib
But I faced the below problem which seems to be a problem with the library package:
error: can't copy './hermit/org/semanticweb/hermiT/hierarchy': doesn't exist or not a regular file"
Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_buil d_root/owlready2/setup.py';exec(compile(getattr(tokenize, 'open', open)(file ).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-lq v533ik-record/install-record.txt --single-version-externally-managed --compile f ailed with error code 1 in /tmp/pip_build_root/owlready2 Storing debug log for failure in /home/ubuntu/.pip/pip.log
Does anyone have any ideas how to resolve this?