brandbci / brand

Backend for Real-time Asynchronous Neural Decoding (BRAND)
MIT License
24 stars 5 forks source link

pickle5 Version not suitable for defined Python version #2

Open 104H opened 1 month ago

104H commented 1 month ago

The defined python version of 3.8.0a0 is not supported by the defined pickle5 version.

Could not solve for environment specs
The following packages are incompatible
├─ pickle5 is installable with the potential options
│  ├─ pickle5 [0.0.10|0.0.11|...|0.0.9] would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  └─ pickle5 [0.0.10|0.0.11|...|0.0.9] would require
│     └─ python >=3.7,<3.8.0a0 , which can be installed;
104H commented 1 month ago

It is stated here that pickle5 is for python versions 3.5 till 3.7. For 3.8, one could simply use the original pypickle.