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
Hi, Chanin,
Great job! But I have a problem. In September 2023, I used the 'pip install frame-semantic-transformer' to perform a pip install. However, the installed version does not have the function 'detect_frames'bulk'. Is this a problem with the version? May I ask how this should be resolved?
The text was updated successfully, but these errors were encountered:
Can you tell what version of the library you're using? detect_frames_bulk was added in version 0.6.0, back in Feb 2023. If you run pip list you can see the versions of all the libraries you have installed
If you're on version 0.4.1, that's why the bulk option isn't available. If you update to the most recent version it will have the bulk option. Try pip install frame-semantic-transformer==0.9.0
Hi, Chanin,
Great job! But I have a problem. In September 2023, I used the 'pip install frame-semantic-transformer' to perform a pip install. However, the installed version does not have the function 'detect_frames'bulk'. Is this a problem with the version? May I ask how this should be resolved?
The text was updated successfully, but these errors were encountered: