Skip to content
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

python 3.9.7: pip install dicttoxml is installing only installed-filed.txt #92

Closed
kaushalmodi opened this issue Aug 25, 2022 · 5 comments

Comments

@kaushalmodi
Copy link

pip install dicttoxml is installing only a text file.

python and pip Versions

> python --version
Python 3.9.7

> pip --version
pip 22.2.2 

Command to reproduce the issue

pip install dicttoxml --prefix foo  

Installed directory tree

foo/
└── lib/
   └── python3.9/
      └── site-packages/
         └── dicttoxml-1.7.4-py3.9.egg-info/
            └── installed-files.txt
@kaushalmodi kaushalmodi changed the title pip install dicttoxml is installing only installed-filed.txt python 3.9.7: pip install dicttoxml is installing only installed-filed.txt Aug 25, 2022
@kaushalmodi
Copy link
Author

If I roll back to Python 3.7.3 (but with the same pip version 22.2.2), and run pip install dicttoxml --prefix foo, the installation looks correct:

foo/
└── lib/
   └── python3.7/
      └── site-packages/
         ├── __pycache__/
         │  └── dicttoxml.cpython-37.pyc
         ├── dicttoxml-1.7.4.dist-info/
         │  ├── INSTALLER
         │  ├── LICENCE.txt
         │  ├── METADATA
         │  ├── RECORD
         │  ├── REQUESTED
         │  ├── WHEEL
         │  └── top_level.txt
         └── dicttoxml.py

@quandyfactory
Copy link
Owner

I have upgraded to version 1.7.8. Can you please try to see if you are still having this issue? I was not able to reproduce it.

@quandyfactory
Copy link
Owner

I haven't heard any more on this and wasn't able to reproduce the error so I'm closing the issue.

@kaushalmodi
Copy link
Author

@quandyfactory I am sorry for not replying to this when you fixed this.

I confirm that I see the dicttoxml.py getting installed with dicttoxml v1.7.16, python 3.9.7 and pip 22.3.1. Now, upon running pip install dicttoxml --prefix foo, I get:

foo/lib/python3.9/site-packages/
├── __pycache__/
│  └── dicttoxml.cpython-39.pyc
├── dicttoxml-1.7.16.dist-info/
│  ├── INSTALLER
│  ├── LICENCE.txt
│  ├── METADATA
│  ├── RECORD
│  ├── REQUESTED
│  ├── WHEEL
│  └── top_level.txt
└── dicttoxml.py

@quandyfactory
Copy link
Owner

Excellent, thank you for confirming it is resolved - and thanks again for taking the time to report the issue in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants