-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
ModuleNotFoundError: No module named 'pdm' #1023
Labels
🐛 bug
Something isn't working
Comments
Is there a way for me to use the updated version before the next release? |
It depends on how you installed PDM. It seems you used anaconda, then: /Users/luxing/opt/anaconda3/bin/python -m pip install -U "pdm @ git+https://github.com/pdm-project/pdm.git@main" It should work just copy and paste |
I installed with curl. Is there a way to update with curl? |
curl -fsSL <script_url>|python3 - -v HEAD But I doubt if it is installed with curl, the error tells me the library is from:
|
great, this fixed my problem. (I did some cleanup after posting) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered the following error during pdm install
This is my system information
Mac-Installer:splash-finder luxing$ pdm info && pdm info --env
I also tried
The text was updated successfully, but these errors were encountered: