Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

ResolvePackageNotFound - dateutil even after installing dateutil  #72

@particlekitty

Description

@particlekitty

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:

  • dateutil

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions