-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Errors when installing peewee and wtf-peewee #2139
Comments
First, we don't tackle problems on older versions. Providing a running result on older versions, whether successful or not, isn't helpful. Please provide the error output on the latest PDM. And to clear caches, run |
OK, I use
|
Can't reproduce here, you may have messed up your python environment, did you set any PYTHON* environment variable? |
I might know what is happenning, the Chinese characters in path can't be decoded correctly on Windows... |
I'm trying running on |
That doesn't change anything, the temp path is located under your user directory. FWIW, try setting env var |
Not working, I will set up a new user name a try again, thanks. |
Hi @frostming, I'm your fans, and I suggested using pdm to mojo community and received two more pdm users! Will you consider porting pdm to mojo? |
Hash mismatch of peewee 3.16.2, wtf-peewee 3.0.4, using pdm 2.6.1
I installed them using pdm 2.8.1 at first, failed with ModuleNotFoundError for "setuptools", which I installed already and importable,
the version is "47.1.0". Then I uninstalled pdm 2.8.1, installed 2.6.1, tried
pdm install
again and met this error.How to clear cache and download again? I checked pypi, my lock files sha256 sum are correct.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
Expected behavior
Environment Information
The text was updated successfully, but these errors were encountered: