ImportError: cannot import name 'parallel' from 'apex'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.5k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 3
Description
I am getting this error after trying reinstalling apex and running my code :
FAISS library was not found.
FAISS not available. Switching to standard nearest neighbors search implementation.
Traceback (most recent call last):
File "train.py", line 23, in
from xlm.trainer import SingleTrainer, EncDecTrainer
File "/data1/home/gealp/kedjoe/eXP/Flaubert/xlm/trainer.py", line 21, in
import apex
File "/home/gealp/keljoe/anaconda3/lib/python3.7/site-packages/apex/init.py", line 6, in
from . import parallel
ImportError: cannot import name 'parallel' from 'apex' (/home/gealp/keldjoe/anaconda3/lib/python3.7/site-packages/apex/init.py)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with train.py line 23 and xlm/trainer.py line 21, then inspect the installed apex package referenced in the traceback. Reproduce the import failure after the reported reinstall and determine whether the environment can import apex.parallel; the issue is resolved when the training script proceeds without this ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100