-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation bugs #16
Comments
Could you please share a little more infos:
For the specific numpy issue, what numpy version does pip try to install ? When I install BERTrend, the installed numpy version is |
Hi, Operating System: macOS 15.1.1 Python 3.8.5 and Python 3.11.10 (that I have just installed as a requirement for BERTrend) NumPy Version: |
We tried the installation on a MacBook and it worked (Apple M2 Pro, macOS Sequoia 15.1.1, python 3.11, conda as env manager) In your logs, the following line is strange: Pip should find pytorch 2.4 or 2.5 Are you working behind a proxy or with a custom index URL that might not be up to date ? If not already done, we recommand to try to install |
Conflictual packages, even following the process. It seems extremely heavy!. For example numpy <2 seems incompatible with python >=3.11 as I consistently get this error: numpy has no attribute long
The text was updated successfully, but these errors were encountered: