paperswithcode / galai

Model API for GALACTICA
Apache License 2.0
2.68k stars 276 forks source link

Can't install python package #48

Closed artyaaaa closed 1 year ago

artyaaaa commented 1 year ago

Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/private/var/folders/x8/l933jg8d5477w13l2z3s2nkc0000gn/T/pip-install-nbosimmo/galai_56ef70c550314d5a8e3a62c7d3b02310/setup.py", line 16, in with open("requirements.txt", "r") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

I've tried to create a requirements.txt file with pip freeze but nothing changed

sho9029 commented 1 year ago

This package currently supports up to Python 3.9. So if you are using 3.10 or higher, an error will occur.

mkardas commented 1 year ago

Hi all, as of galai version 1.1.0 it should work with python 3.10 without an issue.