-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
Installing into a fresh conda environment fails to install all dependencies using pip
Expected Behavior
pip install pyRDF2vec will install all requirements to get up and running in a custom environment
Current Behavior
pip install succeeds, but trying to import pyrdf2vec fails due to unmet dependencies.
Steps to Reproduce
-
conda create --name dummy-env python=3.8
-
pip install pyRDF2vec
-
python
-
import pyrdf2vec
Environment
- Operating system:
- pyRDF2Vec version:
- Python version:
Possible Solution
pip install nest-asyncio, gensim, rdflib, aiohttp, requests
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working