Skip to content

Refactoring - dependencies#1

Open
chrysmun wants to merge 3 commits into
masterfrom
refactoring
Open

Refactoring - dependencies#1
chrysmun wants to merge 3 commits into
masterfrom
refactoring

Conversation

@chrysmun

Copy link
Copy Markdown

hey, great package! i'm trying to get it running and the deps are bit unclear. i created the following environment.yml to create a conda environment to run it, unfortunately it seems to use some older versions. i get an issue with py2neo from 2020 and went back to 3.1.2 that starts but dies off at py2neo.packages.httpstream.http.SocketError: Connection refused - an ideas?

here's my current environment.yml
name: chefkoch
channels:

  • conda-forge
  • defaults
    dependencies:
  • pyld
  • bs4
  • pip
  • python=2.7
  • grequests
  • pip:
    • py2neo==3.1.2

new main script. redesigned config setup.
combined scripts to new structure (initialise, retrieve, parse, store).
first info added to neo4j db.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants