CCChenhao997 / DualGCN-ABSA

Dual Graph Convolutional Networks for Aspect-based Sentiment Analysis
MIT License
133 stars 29 forks source link

ImportError: cannot import name 'Parallel' #14

Open QuantumR0se opened 2 years ago

QuantumR0se commented 2 years ago

我是按照requirements.txt下载的库,python版本为3.6会出现以下问题 from joblib import Parallel, delayed ImportError: cannot import name 'Parallel'