VIDA-NYU / domain_discovery_tool

This repository contains the Domain Discovery Tool (DDT) project. DDT is an interactive system that helps users explore and better understand a domain (or topic) as it is represented on the Web.
http://domain-discovery-tool.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
47 stars 18 forks source link

ResolvePackageNotFound - dateutil even after installing dateutil #72

Open particlekitty opened 4 years ago

particlekitty commented 4 years ago

Hello, I am on xUbuntu 18.04 with a fresh conda env with base python 3. I installed dateutil via pip install python-dateutil but I could also do conda install python-dateutil

but when I attempt to follow the ddt installation instructions for local development via: https://domain-discovery-tool.readthedocs.io/en/latest/install.html

I get the following print out and error when I get to the "make" step: $> make conda env update Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

Makefile:42: recipe for target '/home/ache/anaconda3/envs/dd_api/conda-meta/history' failed make: *** [/home/ache/anaconda3/envs/dd_api/conda-meta/history] Error 1

I have attempted this with two different conda envs, one with python 3 and the other with python 2.7. In either case, when I do conda list after the installation of python-dateutil, I can see it, but of course it isn't named "dateutil" -- it's named python-dateutil. I could not install it with conda/pip install dateutil.

Any help you can provide to get this local copy working would be great. Otherwise, I'll try to use the ddt with docker. Thanks!