-
Notifications
You must be signed in to change notification settings - Fork 311
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
pip not install #147
Comments
It appears as though pip is using a cached version of Ax. Could you either:
Can you let me know if either of these works? Thanks! |
pip uninstall ax-platform --no-cache-dir pip install ax-platform==0.1.3 Still not installed successfully。 ubuntu 19.04 |
@yiyinying - hmm, OK. Not sure off the top of my head why pip is not using the If you could try running the If you could provide outputs for specific checks, that would be useful too, e.g. what do you get if you run the following command:
We will investigate this further, but in the meantime you should be able to install the bleeding edge version directly from Git: https://ax.dev/versions/latest/docs/installation.html#installing-from-git. |
(py37) yiyin@yiyin-ThinkPad-T460p:~$ python3 -c "from distutils.util import get_platform; print(get_platform());" |
is_manylinux1_compatible() true |
Should I change to ubuntu 18.04? |
https://files.pythonhosted.org/packages/1e/32/fe7b32395a8e2075369ffa826ab3d0e4e71ef13086f6b09fad7104132dc8/ax_platform-0.1.3-cp37-cp37m- manylinux1_x86_64.whl。 pip install ax_platform-0.1.3-cp37-cp37m-manylinux1_x86_64.whl |
ERROR: Command "git clone -q ssh://git@github.com/facebook/Ax.git /tmp/pip-req-build-9ufn0ckd" failed with error code 128 in None |
Git installation also failed |
Re: Re: the error you're getting cloning the repo ( Make sure you have an up-to-date pip and that your GitHub certs are in order, and then try:
|
Python 3.6 installed successfully。 |
Great, closing the issue then. |
ubuntu 19.04
conda python=3.7.4
pytorch 1.2.1
botorch
(py37) yiyin@yiyin-ThinkPad-T460p:
$ pip uninstall ax-platform$ pip install ax-platform8.3.0
Uninstalling ax-platform-0.0.0:
Would remove:
/opt/miniconda3/envs/py37/lib/python3.7/site-packages/ax_platform-0.0.0.dist-info/*
Proceed (y/n)? y
Successfully uninstalled ax-platform-0.0.0
(py37) yiyin@yiyin-ThinkPad-T460p:
8.3.0
Collecting ax-platform
Using cached https://files.pythonhosted.org/packages/89/b4/a51b618c99ea757d051cb1fcf89996ebd3c92acfce82806040c25b54b43f/ax_platform-0.0.0-py3-none-any.whl
Installing collected packages: ax-platform
Successfully installed ax-platform-0.0.0
The text was updated successfully, but these errors were encountered: