-
Notifications
You must be signed in to change notification settings - Fork 100
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
pip3 install --user treelite not working #60
Comments
Can you post an error message? |
It says : Could not find a version that satisfies the requirement treelite. No matching distribution found for treelite. |
Which Python version are you using? |
Python 3.6 |
https://pypi.org/project/treelite has wheels for Python 3.6. Are you using an OS that's not Windows, Mac OSX, or Linux? |
From the documentation:
|
I don't understand what to do for other systems |
@hcho3 Hey can you help me install it for other operating systems ? |
You should compile from source. The documentation has steps for compiling. |
I did compile and the libtreelite.so is stored under treelite/lib/libtreelite.so |
You should set PYTHONPATH when running Python session. |
No description provided.
The text was updated successfully, but these errors were encountered: