Rename grc_odycy_joint_trf-any-py3-none-any.whl to grc_odycy_joint_trf-0.7.0-py3-none-any.whl
Browse filesThe name of the wheel (.whl) seems to be fumbled. The first "any" should be "0.7.0", since that's the actual version stated inside the wheel if you unzip and look. Without that name change, pip gives this error:
```
ERROR: Invalid requirement: 'grc-odycy-joint-trf==any': Expected end or semicolon (after name and no valid version specifier)
grc-odycy-joint-trf==any
```
There's another user with this same problem in the "Community" tab, so its not just me.
Running `pip install grc_odycy_joint_trf-0.7.0-py3-none-any.whl` works fine.
(By the way, hats off to the Danish ancient language NLP community for making this fantastic software! We Swedish NLP:ers have much to learn from you :)
.gitattributes
CHANGED
@@ -40,3 +40,4 @@ tagger/model filter=lfs diff=lfs merge=lfs -text
|
|
40 |
trainable_lemmatizer/model filter=lfs diff=lfs merge=lfs -text
|
41 |
trainable_lemmatizer/trees filter=lfs diff=lfs merge=lfs -text
|
42 |
transformer/model filter=lfs diff=lfs merge=lfs -text
|
|
|
|
40 |
trainable_lemmatizer/model filter=lfs diff=lfs merge=lfs -text
|
41 |
trainable_lemmatizer/trees filter=lfs diff=lfs merge=lfs -text
|
42 |
transformer/model filter=lfs diff=lfs merge=lfs -text
|
43 |
+
grc_odycy_joint_trf-0.7.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
grc_odycy_joint_trf-any-py3-none-any.whl → grc_odycy_joint_trf-0.7.0-py3-none-any.whl
RENAMED
File without changes
|