bobeobibo / phigaro

Phigaro is a scalable command-line tool for predicting phages and prophages
MIT License
46 stars 15 forks source link

Update environment.yml #37

Closed alvlako closed 5 months ago

alvlako commented 2 years ago

Pickle package is now considered to be unsafe. I guess that's the reason why it produces such an error message: "copyreg.py", line 43, in _reconstructor obj = object.new(cls) TypeError: object.new(BlockManager) is not safe, use BlockManager.new()". If you install phigaro with conda, it might use the most recent python 3.7. For example, for me it was Python 3.7.12 which produces this error. After editing the environment file to use python 3.7.0 this error disappeared.