TkinterEP / ttkthemes

A group of themes for the ttk extenstions for Tkinter
GNU General Public License v3.0
364 stars 47 forks source link

Installation error on Windows with Python 3.5 #52

Closed JustinScottHP closed 5 years ago

JustinScottHP commented 5 years ago

Hi,

I'm getting an error installing via PIP

error: can't copy 'ttkthemes\themes\aquativo': doesn't exist or not a regular file

----------------------------------------

Command "c:\users\h088784\appdata\local\programs\python\python35\python.exe -u -c "import setuptools, tokenize;file='C:\Users\H088784\AppData\Local\Temp\pip-build-cr4aiji1\ttkthemes\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\H088784\AppData\Local\Temp\pip-s72iy6p7-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\H088784\AppData\Local\Temp\pip-build-cr4aiji1\ttkthemes\

Please advise.

Regards, Justin

RedFantom commented 5 years ago

Hi! Thank you for opening an issue. In order for me to determine whether this is a bug, I will need some more information so I can reproduce the issue in a virtual machine:

Perhaps you could also include the installation record file C:\Users\H088784\AppData\Local\Temp\pip-s72iy6p7-record\install-record.txt if it still exists?

Without all of the above information, it is practically impossible to determine what the actual cause of the issue is and to provide any help.

DirectionAndMagnitude commented 5 years ago

i have same exact issue.

DirectionAndMagnitude commented 5 years ago

Let me provide additional information. I installed from pip with same error message as above.

I installed using python setup.py install

image

RedFantom commented 5 years ago

Thank you for also sharing your experience with this issue. I still cannot reproduce the issue without all the information. Installation runs just fine on my Virtual Machine with Windows 7 64-bit and Python 3.6 64-bit (system-wide installation). I need the following:

If I cannot reproduce the issue, I cannot determine the cause and thus I cannot even attempt to fix it.

JustinScottHP commented 5 years ago

Hi,

The issue was resolved by updating pip, setuptools and wheel. Most likely it was an issue with a compatibility issue with an older version of setuptools.

I used the following:

python -m pip install --upgrade pip setuptools wheel

DirectionAndMagnitude commented 5 years ago

thanks for the update. I was able to use a previous version for my requirement, but I will have a look at this.

On Sun, Nov 25, 2018 at 6:29 PM JustinScottHP notifications@github.com wrote:

Hi,

The issue was resolved by updating pip, setuptools and wheel. Most likely it was an issue with a compatibility issue with an older version of setuptools.

I used the following:

python -m pip install --upgrade pip setuptools wheel

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RedFantom/ttkthemes/issues/52#issuecomment-441493549, or mute the thread https://github.com/notifications/unsubscribe-auth/AGXzAP_JGFzDznMvLdw6bu5OZdpCAEz9ks5uy0PtgaJpZM4Ylj4J .

RedFantom commented 5 years ago

It must be the same issue as #9, then. I did not make the connection as this issue was closed months ago. Therefore, I will close this issue, but as I have been working to update the documentation I will include a mention of having to update setuptools and wheel.