-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 install --user
fails
#24
Comments
Why it is 0.0.0? The version is 0.0.1 on my end. |
I don't know why it showed 0.0.0. I pulled from the latest commit this morning. |
I even check |
Let me test it on Docker. |
I have no issue installing and running it on Docker image
|
And my package is small than yours. |
Did you push everything up-to-date into the |
I think I have finally found a fix to this issue. Just upgrade pip. Maybe our configuration files require some advanced features in pip. The pip that comes with Ubuntu 22.04 is of version 22.0.2. After I upgrade pip with |
I just tried to install PyDataFront using pip from a local git clone of PyDataFront. and with the option
--user
. But after the installation, I cannot find pydatafront under~/.local/lib/python3.10/site-packages
. Importing pydatafront also gets the errorNo module named 'pydatafront'
My Python version is 3.10.
The text was updated successfully, but these errors were encountered: