PyPi: Module code doesn't update when I upload a new version
up vote
0
down vote
favorite
I created my first module, and released the first version 0.0.1. I then completed my todo list and added more functions and enhanced most of the old code, and tried to upload a new version (0.0.2). It took long but I finally did upload it.
I reinstalled it to get the latest version, and tried it. All the new functions didn't work, and it was basically the old code (0.0.1). I released new builds to try and fix the problem, but it wont work: "module 'modulename' has no attribute 'notify'"
I did twine upload --skip-existing dist/*
, pip --no-cache-dir install module
and tried to remove all files with that module name before installing it again, but it still had the old code. I downloaded the .tar.gz and went to the folder the __init__.py
and the module.py
files were, and the code was up to date.
Is it because of my computer, or is the code not updating? It's confusing, so I need help on this. Thanks
python module pypi
New contributor
add a comment |
up vote
0
down vote
favorite
I created my first module, and released the first version 0.0.1. I then completed my todo list and added more functions and enhanced most of the old code, and tried to upload a new version (0.0.2). It took long but I finally did upload it.
I reinstalled it to get the latest version, and tried it. All the new functions didn't work, and it was basically the old code (0.0.1). I released new builds to try and fix the problem, but it wont work: "module 'modulename' has no attribute 'notify'"
I did twine upload --skip-existing dist/*
, pip --no-cache-dir install module
and tried to remove all files with that module name before installing it again, but it still had the old code. I downloaded the .tar.gz and went to the folder the __init__.py
and the module.py
files were, and the code was up to date.
Is it because of my computer, or is the code not updating? It's confusing, so I need help on this. Thanks
python module pypi
New contributor
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I created my first module, and released the first version 0.0.1. I then completed my todo list and added more functions and enhanced most of the old code, and tried to upload a new version (0.0.2). It took long but I finally did upload it.
I reinstalled it to get the latest version, and tried it. All the new functions didn't work, and it was basically the old code (0.0.1). I released new builds to try and fix the problem, but it wont work: "module 'modulename' has no attribute 'notify'"
I did twine upload --skip-existing dist/*
, pip --no-cache-dir install module
and tried to remove all files with that module name before installing it again, but it still had the old code. I downloaded the .tar.gz and went to the folder the __init__.py
and the module.py
files were, and the code was up to date.
Is it because of my computer, or is the code not updating? It's confusing, so I need help on this. Thanks
python module pypi
New contributor
I created my first module, and released the first version 0.0.1. I then completed my todo list and added more functions and enhanced most of the old code, and tried to upload a new version (0.0.2). It took long but I finally did upload it.
I reinstalled it to get the latest version, and tried it. All the new functions didn't work, and it was basically the old code (0.0.1). I released new builds to try and fix the problem, but it wont work: "module 'modulename' has no attribute 'notify'"
I did twine upload --skip-existing dist/*
, pip --no-cache-dir install module
and tried to remove all files with that module name before installing it again, but it still had the old code. I downloaded the .tar.gz and went to the folder the __init__.py
and the module.py
files were, and the code was up to date.
Is it because of my computer, or is the code not updating? It's confusing, so I need help on this. Thanks
python module pypi
python module pypi
New contributor
New contributor
New contributor
asked 19 hours ago
Cyclip
1
1
New contributor
New contributor
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago
add a comment |
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cyclip is a new contributor. Be nice, and check out our Code of Conduct.
Cyclip is a new contributor. Be nice, and check out our Code of Conduct.
Cyclip is a new contributor. Be nice, and check out our Code of Conduct.
Cyclip is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237529%2fpypi-module-code-doesnt-update-when-i-upload-a-new-version%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
How long did you wait after the upload? The PyPI CDN can take some time to propagate new packages.
– MisterMiyagi
18 hours ago
It updated instantly and when I used pip to install it, it said "Installed module==0.0.2.3"
– Cyclip
18 hours ago