Closed ijeffking closed 6 years ago
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
Hello,
Appreciate the prompt Response.
I am using Windows 10.
I had Anaconda installed on my PC and had been using TPOT without any Problems.I had followed the Installation iinstructions. Yesterday I had been Learning CNN with Keras and then the Problem started. I downloaded tensorflow and since then various issues cropped up.
So I decided to uninstall the old Anaconda and reinstall the new Version of Anaconda Version 1.6.9 Then I installed all the libraries required for Data Science like scikit-learn, keras, Theano,tensorflow,… BUT I just cannot get to install tpot In the Anaconda the files are available but everytime I try to install them I get the Unsatisfiableerror. Tpot 0.6.4 and deap 1.0.2 are available but cannot be installed. UnsatisfiableError: The following specifications were found to be in conflict:
What do you suggest ? You have said uninstall deap. But when I do uninstall it says PackageNOTFound error. Package missing from the environment.
I really liked using TPOT. A prompt response would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Sorry, I cannot access my PC right now. Just two quick possible solutions:
How about force reinstall deap?
pip install --force-reinstall deap==1.0.2.post2
Or rebuilding a new fresh environment in conda should works.
Check this link for more details: https://conda.io/docs/user-guide/tasks/manage-environments.html
From my iPhone
On Nov 25, 2017, at 6:17 PM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346972547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7Ki7Q9haF1du9AoaQYGaj37auyXj3ks5s6J_ugaJpZM4Qqh9x.
Thank you for the prompt response. After I tried the force reinstall deap I got the following error
Collecting deap==1.0.2.post2 Exception: Traceback (most recent call last): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=True) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 554, in _prepare_file require_hashes File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_install.py", line 278, in populate_link self.link = finder.find_requirement(self, upgrade) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 568, in _get_pages page = self._get_page(location) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 811, in get_page inst = cls(resp.content, resp.url, resp.headers) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 731, in init namespaceHTMLElements=False, TypeError: parse() got an unexpected keyword argument 'transport_encoding'
A question regarding rebuilding a new fresh environment:
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 12:23 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Sorry, I cannot access my PC right now. Just two quick possible solutions:
How about force reinstall deap?
pip install --force-reinstall deap==1.0.2.post2
Or rebuilding a new fresh environment in conda should works.
Check this link for more details: https://conda.io/docs/user-guide/tasks/manage-environments.html
From my iPhone
On Nov 25, 2017, at 6:17 PM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346972547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7Ki7Q9haF1du9AoaQYGaj37auyXj3ks5s6J_ugaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Building a new running environment won’t affect your files’ path and Python3.4 is not necessary. Please check the link I sent over before for more details.
For deap installation, maybe you need submit another issue in deap’s GitHub repo for a better solution. I am not sure why your root environment is messed up with deap in the old anaconda environment.
Weixuan
From my iPhone
On Nov 26, 2017, at 12:23 AM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
Thank you for the prompt response. After I tried the force reinstall deap I got the following error
Collecting deap==1.0.2.post2 Exception: Traceback (most recent call last): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=True) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 554, in _prepare_file require_hashes File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_install.py", line 278, in populate_link self.linkhttp://self.link = finder.find_requirement(self, upgrade) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 568, in _get_pages page = self._get_page(location) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 811, in get_page inst = cls(resp.content, resp.url, resp.headers) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 731, in init namespaceHTMLElements=False, TypeError: parse() got an unexpected keyword argument 'transport_encoding'
A question regarding rebuilding a new fresh environment:
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 12:23 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Sorry, I cannot access my PC right now. Just two quick possible solutions:
How about force reinstall deap?
pip install --force-reinstall deap==1.0.2.post2
Or rebuilding a new fresh environment in conda should works.
Check this link for more details: https://conda.io/docs/user-guide/tasks/manage-environments.html
From my iPhone
On Nov 25, 2017, at 6:17 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.com> wrote:
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.commailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346972547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7Ki7Q9haF1du9AoaQYGaj37auyXj3ks5s6J_ugaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346985360, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KhC_xXhmMHMS7tEfKQkMW73RLfchks5s6PXQgaJpZM4Qqh9x.
Hello,
I created a new environment myenv and installed tpot, deap and other dependencies.
But while running the tpot Code I got back the following error:
ModuleNotFoundError Traceback (most recent call last)
Do I have to specify anything ?
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 6:31 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Building a new running environment won’t affect your files’ path and Python3.4 is not necessary. Please check the link I sent over before for more details.
For deap installation, maybe you need submit another issue in deap’s GitHub repo for a better solution. I am not sure why your root environment is messed up with deap in the old anaconda environment.
Weixuan
From my iPhone
On Nov 26, 2017, at 12:23 AM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
Thank you for the prompt response. After I tried the force reinstall deap I got the following error
Collecting deap==1.0.2.post2 Exception: Traceback (most recent call last): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=True) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 554, in _prepare_file require_hashes File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_install.py", line 278, in populate_link self.linkhttp://self.link = finder.find_requirement(self, upgrade) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 568, in _get_pages page = self._get_page(location) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 811, in get_page inst = cls(resp.content, resp.url, resp.headers) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 731, in init namespaceHTMLElements=False, TypeError: parse() got an unexpected keyword argument 'transport_encoding'
A question regarding rebuilding a new fresh environment:
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 12:23 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Sorry, I cannot access my PC right now. Just two quick possible solutions:
How about force reinstall deap?
pip install --force-reinstall deap==1.0.2.post2
Or rebuilding a new fresh environment in conda should works.
Check this link for more details: https://conda.io/docs/user-guide/tasks/manage-environments.html
From my iPhone
On Nov 25, 2017, at 6:17 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.com> wrote:
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.commailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346972547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7Ki7Q9haF1du9AoaQYGaj37auyXj3ks5s6J_ugaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346985360, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KhC_xXhmMHMS7tEfKQkMW73RLfchks5s6PXQgaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello,
I created a new environment and now tpot works. Great! Thank you very much for your Support. But I get the following errors…Unfortunately the tpot cannot be updated for whatever reason.
I have Python 3.6.3 in root and Python3.5.4 in myenv where tpot and other related modules are. As a result it is not performing at Optimum Levels. What do you suggest?
Version 0.6.4 of tpot is outdated. Version 0.9.1 was released Friday November 10, 2017.
GP Progress: 1%|▋ | 3/300 [00:01<05:42, 1.15s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svdsolver='randomized') instead. The new implementation DOES NOT store whiten ``components. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 10%|██████▏ | 30/300 [00:18<04:05, 1.10pipeline/s]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 15%|█████████▌ | 46/300 [00:27<02:36, 1.62pipeline/s]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_``. Apply transform to get them.
warnings.warn(msg, category=DeprecationWarning)
Generation 1 - Current best internal CV score: 9.097548191320314
GP Progress: 26%|████████████████ | 78/300 [01:27<05:51, 1.58s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svdsolver='randomized') instead. The new implementation DOES NOT store whiten ``components. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 28%|█████████████████▎ | 84/300 [01:42<08:08, 2.26s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 29%|██████████████████▏ | 88/300 [01:56<09:46, 2.77s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_``. Apply transform to get them.
warnings.warn(msg, category=DeprecationWarning)
Generation 2 - Current best internal CV score: 9.097548191320314
GP Progress: 39%|███████████████████████▉ | 118/300 [02:57<04:43, 1.56s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svdsolver='randomized') instead. The new implementation DOES NOT store whiten ``components. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 46%|████████████████████████████ | 138/300 [03:41<04:33, 1.69s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 47%|████████████████████████████▍ | 140/300 [03:44<03:47, 1.42s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_``. Apply transform to get them.
warnings.warn(msg, category=DeprecationWarning)
Generation 3 - Current best internal CV score: 8.883995323472124
Generation 4 - Current best internal CV score: 8.846148613723344
GP Progress: 75%|█████████████████████████████████████████████▉ | 226/300 [06:47<04:51, 3.93s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svdsolver='randomized') instead. The new implementation DOES NOT store whiten ``components. Apply transform to get them. warnings.warn(msg, category=DeprecationWarning) GP Progress: 79%|████████████████████████████████████████████████▏ | 237/300 [07:09<02:14, 2.14s/pipeline]C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class RandomizedPCA is deprecated; RandomizedPCA was deprecated in 0.18 and will be removed in 0.20. Use PCA(svd_solver='randomized') instead. The new implementation DOES NOT store whiten
components_``. Apply transform to get them.
warnings.warn(msg, category=DeprecationWarning)
Generation 5 - Current best internal CV score: 8.846148613723344
Best pipeline: ExtraTreesRegressor(input_matrix, 0.67000000000000004) C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\metrics\scorer.py:100: DeprecationWarning: Scoring method mean_squared_error was renamed to neg_mean_squared_error in version 0.18 and will be removed in 0.20. sample_weight=sample_weight) 14.2713730312
A prompt response would be appreciated
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 6:31 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Building a new running environment won’t affect your files’ path and Python3.4 is not necessary. Please check the link I sent over before for more details.
For deap installation, maybe you need submit another issue in deap’s GitHub repo for a better solution. I am not sure why your root environment is messed up with deap in the old anaconda environment.
Weixuan
From my iPhone
On Nov 26, 2017, at 12:23 AM, ijeffking notifications@github.com<mailto:notifications@github.com> wrote:
Thank you for the prompt response. After I tried the force reinstall deap I got the following error
Collecting deap==1.0.2.post2 Exception: Traceback (most recent call last): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=True) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_set.py", line 554, in _prepare_file require_hashes File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\req\req_install.py", line 278, in populate_link self.linkhttp://self.link = finder.find_requirement(self, upgrade) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 568, in _get_pages page = self._get_page(location) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 811, in get_page inst = cls(resp.content, resp.url, resp.headers) File "C:\Users\ijeff\Anaconda3\lib\site-packages\pip\index.py", line 731, in init namespaceHTMLElements=False, TypeError: parse() got an unexpected keyword argument 'transport_encoding'
A question regarding rebuilding a new fresh environment:
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 12:23 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Sorry, I cannot access my PC right now. Just two quick possible solutions:
How about force reinstall deap?
pip install --force-reinstall deap==1.0.2.post2
Or rebuilding a new fresh environment in conda should works.
Check this link for more details: https://conda.io/docs/user-guide/tasks/manage-environments.html
From my iPhone
On Nov 25, 2017, at 6:17 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.com> wrote:
Hello,
I just observed that I have 2 folders of deap
C:\Users\ijeff\Anaconda3\pkgs\ deap-1.0.2.post2-py34_0
C:\Users\ijeff\Anaconda3\pkgs\deap-1.0.2.post2-py34_0\Lib\site-packages
One of them seems to be the extra that could be the cause of the problem but I do not know which one
Your help is solicited and would be highly appreciated.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Saturday, November 25, 2017 11:10 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Could you please provide more details about your running environment, like versions of TPOT and all the dependencies, OS and python version?
My guess about the issue is related to deap. Maybe you need uninstall deap and then reinstall it.
On Nov 25, 2017, at 2:31 PM, ijeffking notifications@github.com<mailto:notifications@github.commailto:notifications@github.commailto:notifications@github.com> wrote:
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KlitS0S-kJOJcFaH0_kMM-L5WMnnks5s6GsngaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346972547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7Ki7Q9haF1du9AoaQYGaj37auyXj3ks5s6J_ugaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rhiever/tpot/issues/633#issuecomment-346985360, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUG7KhC_xXhmMHMS7tEfKQkMW73RLfchks5s6PXQgaJpZM4Qqh9x.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
the tpot version in conda-forge channel is old
So what do you suggest? How to upgrade the tpot?
Sent from Mail for Windows 10
From: Eyad Sibai Sent: Sunday, November 26, 2017 9:24 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
the tpot version in conda-forge channel is old — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Try the command below:
conda uninstall tpot
# or pip uninstall tpot
pip install --upgrade tpot
I got the following error after successful installation of tpot 0.9.1
from tpot import TPOTClassifier from sklearn.model_selection import train_test_split import pandas as pd import numpy as np
C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\deap\tools_hypervolume\pyhv.py:33: ImportWarning: Falling back to the python version of hypervolume module. Expect this to be very slow. "module. Expect this to be very slow.", ImportWarning)
ImportError Traceback (most recent call last)
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 10:56 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Try the command below: conda uninstall tpot
pip install --upgrade tpot — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Try conda install pywin32
Please check https://rhiever.github.io/tpot/installing/ for more details.
Yessssssss!!!!! Finally it is fixed. Thank you soooooooo much.
I just wanted to ask you why I got this warning message although I have sklearn 0.19.1 installed… I use from sklearn import model_selection. I have not ued cross_validation at all in my Code.
C:\Users\ijeff\Anaconda3\envs\myenv\lib\site-packages\sklearn\cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning)
Any suggestions? Once again Thank you for your help and appreciate your patience and support.
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Sunday, November 26, 2017 11:21 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
Try conda install pywin32 Please check https://rhiever.github.io/tpot/installing/ for more details. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
No problem. I think this warning is from the old version of xgboost. You may need rebuild xgboost from source codes to update xgboost.
Appreciate the response.
I have py-xgboost in myenv and when I try to uninstall it first it says „Cannot uninstall requirement py-xgboost, not installed“
When I tried to upgrade directly I got the following error… (myenv) C:\Users\ijeff>pip install --upgrade xgboost Collecting xgboost Using cached xgboost-0.6a2.tar.gz No files/directories in C:\Users\ijeff\AppData\Local\Temp\pip-build-kq_wznta\xgboost\pip-egg-info (from PKG-INFO)
Conda list showed py-xgboost 0.60 py35np112h24854b6_0
What do you suggest?
Best, Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Monday, November 27, 2017 12:21 AM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
No problem. I think this warning is from the old version of xgboost. You may need rebuild xgboost from source codes to update xgboost. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
The latest version of xgboost cannot be installed with pip. You need rebuild it from source codes. Check the link http://xgboost.readthedocs.io/en/latest/build.html for more details. It is not easy to install xgboost in Windows, so I think you need file a issue in xgboost repo for better solution.
Oh Okay It looks very complicated. I will leave it and just continue with the Version of xgboost I have at the Moment.
Nonetheless Thank you so much
Best Jeff
Sent from Mail for Windows 10
From: Weixuan Fu Sent: Monday, November 27, 2017 1:08 PM To: rhiever/tpot Cc: ijeffking; Author Subject: Re: [rhiever/tpot] Cannot install TPOT after installing Anaconda5.0.1 (#633)
The latest version of xgboost cannot be installed with pip. You need rebuild it from source codes. Check the link http://xgboost.readthedocs.io/en/latest/build.html for more details. It is not easy to install xgboost in Windows, so I think you need file a issue in xgboost repo for better solution. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
UnsatisfiableError: The following specifications were found to be in conflict:
Context of the issue
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
fit()
function with training dataKeyError
after 5 generationsExpected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue
screenshot[if relevant, include a screenshot]