You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
following is error which arrise despite i installed caffe and all other dependencies. moreover, also tried all possible solutions on git posted by others to solve but still having the issue in my macbook:-
Traceback (most recent call last):
File "/Users/macbook/opt/anaconda3/bin/pytext", line 5, in
from pytext.main import main
File "/Users/macbook/opt/anaconda3/lib/python3.9/site-packages/pytext/init.py", line 8, in
from caffe2.python import workspace
ModuleNotFoundError: No module named 'caffe2'
Please apprise the solution or make a docker image to encounter all such issues.
Thanking you in anticipation
The text was updated successfully, but these errors were encountered:
following is error which arrise despite i installed caffe and all other dependencies. moreover, also tried all possible solutions on git posted by others to solve but still having the issue in my macbook:-
Traceback (most recent call last): File "/Users/macbook/opt/anaconda3/bin/pytext", line 5, in from pytext.main import main File "/Users/macbook/opt/anaconda3/lib/python3.9/site-packages/pytext/init.py", line 8, in from caffe2.python import workspace ModuleNotFoundError: No module named 'caffe2'
Please apprise the solution or make a docker image to encounter all such issues.
Thanking you in anticipation
I'm having the same issue. I've tried a variety of different things like using different Python versions, dependency install methods, and CUDA version but no luck.
when i execute this command:-
(base) macbook@macbooks-MacBook-Pro Clinical-Trial-Parser-main % pytext train < src/resources/config/ner.json
following is error which arrise despite i installed caffe and all other dependencies. moreover, also tried all possible solutions on git posted by others to solve but still having the issue in my macbook:-
Traceback (most recent call last):
File "/Users/macbook/opt/anaconda3/bin/pytext", line 5, in
from pytext.main import main
File "/Users/macbook/opt/anaconda3/lib/python3.9/site-packages/pytext/init.py", line 8, in
from caffe2.python import workspace
ModuleNotFoundError: No module named 'caffe2'
Please apprise the solution or make a docker image to encounter all such issues.
Thanking you in anticipation
The text was updated successfully, but these errors were encountered: